# Functions
No description provided by the author
Evaluates elements of given list, adding elements to Head of a new list until predicate returns false, returning the new list and preserving ordering of original list.
Replaces the current head of the list with the current tail, in BigOH(1).
No description provided by the author
Evaluates elements of given list and filters out those elements which fail predicate, preserving order of original list.
No description provided by the author
No description provided by the author
TODO Head of Nil list will throw a NPE.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author