Type Vecpub
Implements: Chainable · Default · Filterable · Foldable · Indexed · Mappable · Matcher · Matcher · Zippable
:type(pub) Vec
Trait Implementations
impl Chainable for Vec(?540812 ?540813)
impl Default for Vec(?490380 ?490381)
impl Filterable for Vec(?540792 ?540793) | Vec(?540792 ?540793)
impl Foldable for Vec(?540398 ?540399)
.chunks-n ( (Vec elem) (Int ..) → (Vec (Vec elem)) )
.chunks-n ( (Vec elem) (Int ..) → (Vec (Vec elem)) )
Vec-specific chunks-n: Pair(completed_chunks, current_chunk) accumulator; finaliser flushes any non-empty trailing chunk.
.flat-map ( (Vec elem) [elem → (Vec b) ] → (Vec b) )
.flat-map ( (Vec elem) [elem → (Vec b) ] → (Vec b) )
Vec-specific flat-map: call f per element, flatten the results.
impl Indexed for Vec(?540821 ?540822)
impl Mappable for Vec(?540781 ?540782) | Vec(?540783 ?540782)
impl Matcher Vec(Int(..)) Int(..) for Vec(Int(..))
impl Matcher Str Codepoint for Vec(Codepoint)
A (Vec Codepoint) is a matcher that matches any codepoint in the set. Walks the haystack by byte offset via str-next-char.