Allow keys without array
This commit is contained in:
parent
bbc380236f
commit
02eea5ac66
@ -5,7 +5,7 @@ import java.util.Arrays;
|
||||
import java.util.stream.Collectors;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public record Keys(@NotNull MemorySegment @NotNull [] keys) {
|
||||
public record Keys(@NotNull MemorySegment @NotNull ... keys) {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
Loading…
Reference in New Issue
Block a user