Quark v2.2.0 Quark.Sequence protocol
A protocol for stepping through ordered enumerables
Summary
Types
t :: term
Functions
Specs
origin(any) :: any
The beginning of the sequence.
For instance, integers are generally thought of as centering around 0.
Examples
origin(9)
#=> 0