paradis/index/patterns/
mod.rs

1//! Common access patterns.
2mod repeat;
3
4pub use repeat::Repeat;