summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/bytes.typ
AgeCommit message (Collapse)Author
2024-02-28Externalize assets (#3515)Laurenz
2024-02-25Fix cast order for `ToInt` (#3485)Laurenz
2023-10-02Add capability to get current compiler version (#2016)T0mstone
2023-08-21Make bytes joinableLaurenz
2023-08-04Bytes typeLaurenz
- 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