-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: repo-panama
-
Component/s: tools
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.