This module defines algorithm 'filter'
Implements the higher order filter function. The predicate is passed to std.functional.unaryFun, and can either accept a string, or any callable that can be executed via pred(element).
This module defines algorithm 'filter'