And the extra allocation shouldn't be much, `asLis...
# stdlib
k
And the extra allocation shouldn't be much,
asList
returns an
ArrayList
backed by the given array.
m
Yes, there are no real performance problems here. It is not a bug; it's just a small allocation which could easily be avoided.