A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
U
W
M
- makeTyped2DArray(Long,Function1) - function in io.github.millibyte1.array64.Arrays
- Creates a generic 2D array with the given size and initializer and inner arrays filled up to BigArrays.SEGMENT_SIZE
- makeTyped2DArray(Array,Function2) - function in io.github.millibyte1.array64.Arrays
- Creates a generic 2D array with sizes defined by innerSizes and elements initialized according to the provided init function.
- makeTypedArray(Integer,Function1) - function in io.github.millibyte1.array64.Arrays
- Creates a generic array instance with the given size and initializer.
- makeTypedArray64(Long,Function1) - function in io.github.millibyte1.array64.Arrays
- Creates a generic FastArray64 with the given size and initializer.
- makeTypedFastArray64(Long,Function1) - function in io.github.millibyte1.array64.FastArrays
- Creates a new array of the specified size, with all elements initialized according to the given init function.