Module safe_long

Source
Expand description

The Conjure safelong type.

Structsยง

BoundsError
The error returned from constructing an out-of bounds SafeLong.
ParseError
The error returned after failing to parse a string into a SafeLong.
SafeLong
An i64 limited to a range safely representable in JSON.