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