Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
length
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/core/adt.xtm
Implementation
(
bind-func
length:
[
i64,List
{
!a
}
*
]
*
(
lambda
(
a
)
(
if
(
null?
a
)
0
(
+
1
(
length
(
cdr
a
))))))
Back to Index
Similar Entries
cpvlength
xtlang
cpvlengthsq
xtlang
get-em-length
scheme
get-matching-length
scheme
length
xtlang
length
xtlang
xtm_path_length
xtlang