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
1250f9f057
9mm
/
lib
/
head.fnl
7 lines
123 B
Fennel
Raw
Blame
History
; return the first item in a table
(
fn
head
[
t
]
(
if
(
>
(
length
t
)
0
)
(
?.
t
1
)
[
]
)
)
{
:
head
}
Reference in New Issue
View Git Blame
Copy Permalink