<@U1DCM39JR> If `n == 1` and `size == 0` that mean...
# announcements
k
@supaham If
n == 1
and
size == 0
that means that
n >= size
and so
toList()
will be returned. Unless you're talking about something else, I don't think there's an issue.
👍 2
s
Ahhh right! derp! 😛
k
The code is basically a list of edge cases, it's really easy to get confused ☺️.