-
Bug
-
Resolution: Fixed
-
P4
-
repo-panama
SegmentAllocator factories such as:
default MemorySegment allocateArray(ValueLayout.OfByte elementLayout, byte[] array);
Should accept a trailing varargs instead - so as to be more usable in cases where the array elements are known statically.
default MemorySegment allocateArray(ValueLayout.OfByte elementLayout, byte[] array);
Should accept a trailing varargs instead - so as to be more usable in cases where the array elements are known statically.