rune/runtime/
slice.rs

1//! Types for working with slices.
2
3mod iter;
4pub(crate) use self::iter::Iter;