-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are several methods that can be used to create a new `Array2D`. In the past, these have typically had the "source" (iterator, generator function, etc.) first, followed by the dimensions. However, this can make the source code somewhat awkward if, for example, you use a closure that ends up being moderately large. These functions now put the dimensions first, which makes the "source" parameter last.
- Loading branch information
1 parent
d979964
commit 6103137
Showing
2 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.