Module /fusion/unsafe/sexp
Unsafe (but fast) operations on sexps.
These operations perform no type-checking or bounds-checking, and they will crash or exhibit other unspecified behavior if called with invalid arguments. Use with extreme caution!
See the module /fusion/sexp for more information and
related operations on sexps.
Exported Bindings
(unsafe_pair_head pair)
Returns the head of pair.
(unsafe_pair_tail pair)
Returns the tail of pair.
(unsafe_sexp_iterator sexp)
Returns an iterator over the elements of sexp.