take_atom

Function take_atom 

Source
pub fn take_atom<A: TakeAtom, E, E2>(
    qty: impl TryInto<Repetition, Error = E>,
) -> Result<impl Pipe<A, (Vec<A::Atom>,), E2, A::Container>, E>
where Incomplete: Into<E2>,
Expand description

creates a pipe that takes qty of TakeAtom

examples see: sentences, words