package cs; typedef Int8 = Int; typedef UInt8 = Int; typedef Int16 = Int; typedef UInt16 = Int; //UInt is top-level typedef UInt64 = haxe.Int64; typedef Char16 = Int;