Skip to content

Commit

Permalink
Fixed long lines in std/experimental/ndslice/iteration.d
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed May 11, 2016
1 parent 95e90ba commit 8559ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/experimental/ndslice/iteration.d
Expand Up @@ -257,7 +257,8 @@ template rotated(size_t dimensionA, size_t dimensionB)
}

/// ditto
Slice!(N, Range) rotated(size_t N, Range)(Slice!(N, Range) slice, size_t dimensionA, size_t dimensionB, sizediff_t k = 1)
Slice!(N, Range) rotated(size_t N, Range)(Slice!(N, Range) slice,
size_t dimensionA, size_t dimensionB, sizediff_t k = 1)
in{
{
alias dimension = dimensionA;
Expand Down

0 comments on commit 8559ba9

Please sign in to comment.