Laurenz b8b0137504 Bytes type
- Moves `Bytes` from `util` to `eval` module
- Accepts bytes in `str` function for bytes -> str conversion
- Adds `bytes` function for str | array -> bytes conversion
- Adds `array` function for bytes -> array conversion
- Adds `len`, `at`, and `slice` methods for bytes
- Adds `encoding` parameter to `read` function
2023-08-04 15:46:46 +02:00
..
2023-08-04 15:46:46 +02:00
2023-07-26 22:18:06 +02:00
2023-07-26 22:18:06 +02:00
2023-07-03 17:32:29 +02:00