github.com/metacortex/saccharin
0.5.0 / published Jun 13, 2017 / repository
crystal sugar
API
- Bool
Bool has only two possible values:
trueandfalse. - Enumerable(T)
The
Enumerablemixin provides collection classes with several traversal, searching, filtering and querying methods. - Float
Float is the base type of all floating point numbers.
- Int
Int is the base type of all integer types.
- NamedTuple(**T)
A named tuple is a fixed-size, immutable, stack-allocated mapping of a fixed set of keys to values.
- Nil
The
Niltype has only one possible value:nil. - Saccharin
== Core extensions
- String
A
Stringrepresents an immutable sequence of UTF-8 characters. - Time
Timerepresents a date-time instant in incremental time observed in a specific time zone.