JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(def buf-bytes 12) (var new-buffer (buffer/new buf-bytes)) #--> @"" (buffer/push new-buffer "hello, world") #--> @"hello, world"