Skip to content

Instantly share code, notes, and snippets.

@fal-works
Created April 21, 2020 13:53
Show Gist options
  • Save fal-works/e449b45eecdfad002a7f879af60cae3e to your computer and use it in GitHub Desktop.
Save fal-works/e449b45eecdfad002a7f879af60cae3e to your computer and use it in GitHub Desktop.
Haxe: std.UInt with HashLink
class Main {
static function main() {
var a: UInt = -1;
Sys.println(a); // -1
trace(a); // 4294967295
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment