/runtime/typeinfo/ti_array_ubyte.d
http://github.com/wilkie/djehuty · D · 12 lines · 3 code · 3 blank · 6 comment · 0 complexity · 6b881a65c469d8eec65e317b5df65a7e MD5 · raw file
- /*
- * ti_array_ubyte.d
- *
- * This module implements the TypeInfo for a ubyte[]
- *
- */
- module runtime.typeinfo.ti_array_ubyte;
- import runtime.typeinfo.ti_array;
- class TypeInfo_Ah : ArrayInfo!("ubyte") { }