summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)Author
2023-08-07Touch up docsLaurenz
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
2023-07-29Add start parameter to array enumerate (#1818)bluebear94
2023-07-26fix content::fields in types.md (#1754)Pg Biel
2023-07-18Adding `dedup` to `array` (#1738)Sébastien d'Herbais de Thun
2023-07-11Add fields and methods to several primitives (#790)Pg Biel
2023-07-06Change "behind the colon" to "after the colon" (#1670)Greg Shuflin
Change "behind the colon" to "after the colon", which is more natural English usage.
2023-07-05Improve sink and spreading docsLaurenz
2023-07-02Move everything into `crates/` directoryLaurenz