/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

  1. /*
  2. * ti_array_ulong.d
  3. *
  4. * This module implements the TypeInfo for ulong[]
  5. *
  6. */
  7. module runtime.typeinfo.ti_array_ulong;
  8. import runtime.typeinfo.ti_array;
  9. class TypeInfo_Am : ArrayInfo!("ulong") { }