Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions std/experimental/ndslice/slice.d
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ Params:
Names = names of elements in a slice tuple.
Slice tuple is a slice, which holds single set of lengths and strides
for a number of ranges.
mod = If `yes`, the array will be replaced with its pointer to improve performance.
Use `no` for compile time function evaluation.
replaceArrayWithPointer = If `yes`, the array will be replaced with
its pointer to improve performance.
Use `no` for compile time function evaluation.

Returns:
n-dimensional slice
Expand Down