Creates a seed for arrays with 2 or more dimensions. The pull function receives a list of per-dimension index vectors and returns the corresponding sub-array.
Arguments
- dims
Integer vector of dimension extents (length >= 2).
- pull
A function accepting a single argument
indices— a named or positional list of integer vectors (one per dimension, orNULLfor "all") — and returning an array with the requested sub-dimensions.- chunk_hint
Optional list describing preferred chunk sizes.
- dimnames
Optional list of dimnames (one element per dimension).
- begin
Optional function invoked before streaming begins.
- end
Optional function invoked after streaming completes.