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