Filters the list items from the head by pred. The elements which satisfy pred are only passed.
pred
The condition to pick up an element.
The filtered list.
Generated using TypeDoc
Filters the list items from the head by
pred
. The elements which satisfypred
are only passed.