Garden 🌻

Float type

A 64-bit floating point number, such as 1.5 or -1_000.00.

Source Code
struct Float {
  __BUILT_IN_IMPLEMENTATION: NoValue,
}

Methods