ntuple
ntuple(f::Function, n)
Create a tuple of length n
, computing each element as f(i)
, where i
is the index of the element.
Examples
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.