View Source Liquex.Collection protocol (liquex v0.13.1)
Summary
Types
@type t() :: term()
Functions
@spec limit(t(), pos_integer()) :: t()
@spec offset(t(), pos_integer()) :: t()
@spec to_enumerable(t()) :: Enumerable.t()
@type t() :: term()
@spec limit(t(), pos_integer()) :: t()
@spec offset(t(), pos_integer()) :: t()
@spec to_enumerable(t()) :: Enumerable.t()