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