mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 14:57:36 +02:00
Added bytevector-append to eval
This commit is contained in:
parent
0262ea944b
commit
1759cdaf9f
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@
|
|||
(list 'substring substring)
|
||||
(list 'make-bytevector make-bytevector)
|
||||
(list 'bytevector-length bytevector-length)
|
||||
(list 'bytevector-append bytevector-append)
|
||||
(list 'bytevector bytevector)
|
||||
(list 'bytevector-u8-ref bytevector-u8-ref)
|
||||
(list 'bytevector-u8-set! bytevector-u8-set!)
|
||||
|
|
Loading…
Add table
Reference in a new issue