Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
unbox
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/base/base.xtm
Implementation
(
bind-func
unbox:
[
!a,Box*
]
*
"unboxes any Box into a value"
(
lambda
(
b
)
(
tref
b
0
)))
Back to Index