Trait core::slice::SlicePattern [−][src]
🔬 This is a nightly-only experimental API. (slice_pattern #56345)
stopgap trait for slice patterns
Expand description
Patterns in slices - currently, only used by strip_prefix and strip_suffix. At a future
point, we hope to generalise core::str::Pattern (which at the time of writing is limited to
str) to slices, and then this trait will be replaced or abolished.
Associated Types
Required methods
Implementors
impl<T> SlicePattern for [T]1.51.0[src]
impl<T> SlicePattern for [T]1.51.0[src]impl<T, const N: usize> SlicePattern for [T; N]1.51.0[src]
impl<T, const N: usize> SlicePattern for [T; N]1.51.0[src]