New paste Repaste Download
pub fn alpha<I, O>() -> impl Parser<I, Output = O>
where
    I: Input,
    I::Item: Character,
{
    take_while(|i: &I::Item| i.is_alphabetic())
}
Filename: None. Size: 152b. View raw, , hex, or download this file.

This paste expires on 2025-04-08 10:38:47.929967. Pasted through web.