sliceOverIndexed

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