⚠ Internal Docs ⚠Not Public APIOfficial Docs Here
trait SpecRangeSetup<T> { // Required method fn setup(inner: T, step: usize) -> T; }