From 9a05cab46fc2d1d56c536815339f78cd72c5e392 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Thu, 21 Jul 2016 19:48:25 +0200 Subject: [PATCH] [ndslice]: rename mod -> replaceWithArray --- std/experimental/ndslice/slice.d | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/std/experimental/ndslice/slice.d b/std/experimental/ndslice/slice.d index 52d6d58018c..1a36c6f3ac2 100644 --- a/std/experimental/ndslice/slice.d +++ b/std/experimental/ndslice/slice.d @@ -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