mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
b219e173e3
Bitstrings can be constructed from integers (big and little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, inserted into, overwritten, etc. with simple functions or slice notation. They can also be read from, searched and replaced, and navigated in, similar to a file or stream. Feedback and OK jasper
5 lines
318 B
Plaintext
5 lines
318 B
Plaintext
Bitstrings can be constructed from integers (big and little endian), hex, octal,
|
|
binary, strings or files. They can be sliced, joined, reversed, inserted into,
|
|
overwritten, etc. with simple functions or slice notation. They can also be
|
|
read from, searched and replaced, and navigated in, similar to a file or stream.
|