Box.List (box v0.15.1)
View SourceHelper functions to work with List.
Summary
Functions
Returns true if the list as at least count
elements, we
are using list pattern match in order to make sure that whole
list is not crawled.
Functions
@spec at_least?(list(), non_neg_integer()) :: boolean()
Returns true if the list as at least count
elements, we
are using list pattern match in order to make sure that whole
list is not crawled.