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>,
creates a pipe that takes qty of TakeAtom
qty
examples see: sentences, words