lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
[proposal] limit(n, ...)
From
: "Soni L." <fakedme@
...
>
Date
: Thu, 10 Oct 2019 08:54:08 -0300
it'd be nice to have a limit() function companion to select() where select skips the first n and limit skips everything after n.
e.g. limit(1) --> nothing, limit(1, 1, 2, 3) --> 1, etc
Follow-Ups
:
Re: [proposal] limit(n, ...)
,
Egor Skriptunoff
Re: [proposal] limit(n, ...)
,
Daniel Silverstone
Prev by Date:
Lua 5.4.0 beta: Error message/debug information missing
Next by Date:
Re: [proposal] limit(n, ...)
Previous by thread:
Lua 5.4.0 beta: Error message/debug information missing
Next by thread:
Re: [proposal] limit(n, ...)
Index(es):
Date
Thread