bytecode-array?
vSummary
Test whether val is a bytecode-array
Arguments
val
This argument is going to be tested
Return value
Whether val is a buffer view
Examples
(bytecode-array? (array/new #nil)) #f (bytecode-array? "asd") #f (bytecode-array? #m00) #f (bytecode-array? (buffer/u8* #m00)) #f (bytecode-array? #{##() 01 }) #t
Bytecode
Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.
( 0 ($push/val :bytecode-array)) ( 2 ($get/val 'type-of)) ( 4 ($get/val 'v)) ( 6 ($apply 1)) ( 8 ($=)) ( 9 ($ret))