Trait Filterablepub
Source:trait(pub) Filterable filtered
.filter ( (Self elem) [elem → Bool ] → filtered )
Description
Trait for collections that support element selection by predicate. The filtered associated type determines the output collection so that HashSet filters return a HashSet while Vec filters return a length-existential Vec _.