assemble

l


Warning

This function is declared internal, so there are no guarantees whatsoever regarding its existence or functionality.

Have fun playing around with the internals but please try not to use any of these in any library or application.

Summary

Assemble all arguments into a single :bytecode-array

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'assemble*))
(    2 ($get/val 'l))
(    4 ($apply 1))
(    6 ($ret))