TextCharPredicate

alias TextCharPredicate = bool delegate
(
dchar ch
)

Return Value

true if the predicate is satisfied, and the iteration should stop, and false otherwise