kvarn_utils::prelude::str::pattern

Struct CharArraySearcher

source
pub struct CharArraySearcher<'a, const N: usize>(/* private fields */);
🔬This is a nightly-only experimental API. (pattern)
Expand description

Associated type for <[char; N] as Pattern>::Searcher<'a>.

Trait Implementations§

source§

impl<'a, const N: usize> Clone for CharArraySearcher<'a, N>

source§

fn clone(&self) -> CharArraySearcher<'a, N>

Returns a copy of the value. Read more
1.0.0 · source§