This website requires JavaScript.
Explore
Help
Sign In
dozens
/
9mm
Watch
1
Star
0
Fork
You've already forked 9mm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7c07d6e6ec
9mm
/
lib
/
tail.fnl
8 lines
129 B
Fennel
Raw
Blame
History
; return the table minus the head
(
fn
tail
[
t
]
(
icollect
[
i
v
(
ipairs
t
)
]
(
if
(
>
i
1
)
v
)
)
)
{
:
tail
}
Reference in New Issue
View Git Blame
Copy Permalink