Skip to content

Commit

Permalink
Update slice.d
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Jul 16, 2016
1 parent 1f37557 commit ee929f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/experimental/ndslice/slice.d
Expand Up @@ -1298,7 +1298,7 @@ struct Slice(size_t _N, _Range)
Returns: stride of the corresponding dimension
See_also: $(LREF .Slice.structure)
+/
size_t stride(size_t dimension = 0)() @property const
sizediff_t stride(size_t dimension = 0)() @property const
if (dimension < N)
{
return _strides[dimension];
Expand Down

0 comments on commit ee929f0

Please sign in to comment.