liquex v0.4.1 Liquex.Collection protocol View Source

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

limit(collection, limit)

View Source
limit(t(), pos_integer()) :: t()
Link to this function

offset(collection, offset)

View Source
offset(t(), pos_integer()) :: t()
Link to this function

reverse(collection)

View Source
reverse(t()) :: t()
Link to this function

to_enumerable(collection)

View Source
to_enumerable(t()) :: Enumerable.t()