longs

Claro's StdLib Module Documentation Generation Is Still a WIP.

This is currently just a placeholder to at least ensure that all the StdLib Modules are represented here so that you don't have to dig into the GitHub repo to find this. But, expect this to improve and become more interactive over time.


newtype InvalidNumberFormat : struct { msg: string }

static MAX_VALUE: long;
static MIN_VALUE: long;

function parseLong(s: string) -> oneof<long, std::Error<InvalidNumberFormat>>;