Garden 🌻

Int type

A 64-bit signed integer, such as 1234, 10_000 or -5.

Source Code
struct Int {
  __BUILTIN_IMPLEMENTATION: NoValue,
}