/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

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