/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

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