slurp

pathname


Summary

Read the entirety of PATHNAME and return it as a string if possible, otherwise return #nil.

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 'buffer->string))
(    2 ($get/val 'slurp/buffer))
(    4 ($get/val 'pathname))
(    6 ($apply 1))
(    8 ($apply 1))
(   10 ($ret))