Predicate

Type Alias Predicate 

Source
pub type Predicate = fn(ch: char) -> bool;
Expand description

Input character validator