StdTypes.hx 175 B

123456789
  1. package cs;
  2. typedef Int8 = Int;
  3. typedef UInt8 = Int;
  4. typedef Int16 = Int;
  5. typedef UInt16 = Int;
  6. //UInt is top-level
  7. typedef UInt64 = haxe.Int64;
  8. typedef Char16 = Int;