mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 16:26:17 +00:00
bbb3e16fd1
Buffers make more sense for this function because one of their primary use cases is working with bytes. The tuple implementation was an array of floats, which is less performant and ergonomic for common operations. (i.e: bit manipulation) Buffers also have the advantage they are mutable, meaning the user can write ints to an existing buffer. |
||
---|---|---|
.. | ||
amalg | ||
fuzzers | ||
helper.janet | ||
suite0000.janet | ||
suite0001.janet | ||
suite0002.janet | ||
suite0003.janet | ||
suite0004.janet | ||
suite0005.janet | ||
suite0006.janet | ||
suite0007.janet | ||
suite0008.janet | ||
suite0009.janet | ||
suite0010.janet | ||
suite0011.janet |