Function inator::opt

source ·
pub fn opt<I: Clone + Ord>(token: I) -> Parser<I>
Expand description

Accept either this token or nothing.