sliceOverIndexed
fn
SliceOverIndexed!(const(T)) sliceOverIndexed(T)(size_t a, size_t b, const(T) * x) if (is(Unqual!T == T))No documentation available for this declaration.
fn
SliceOverIndexed!T sliceOverIndexed(T)(size_t a, size_t b, T * x) if (is(Unqual!T == T))No documentation available for this declaration.