Box.List (box v0.15.1)

View Source

Helper 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

at_least?(list, count)

@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.