mirror of
https://github.com/dlang/phobos.git
synced 2025-05-08 20:19:43 +03:00
Added hint in docs about overlapped blocks.
This commit is contained in:
parent
607a7558c2
commit
946dce263f
1 changed files with 1 additions and 0 deletions
|
@ -468,6 +468,7 @@ pure nothrow unittest
|
|||
Returns an n-dimensional slice of n-dimensional non-overlapping blocks.
|
||||
`blocks` can be generalized with other selectors.
|
||||
For example, `blocks` in combination with $(LREF diagonal) can be used to get a slice of diagonal blocks.
|
||||
For overlapped blocks, combine $(LREF windows) with $(SUBREF iteration, strided).
|
||||
|
||||
Params:
|
||||
N = dimension count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue