aboutsummaryrefslogtreecommitdiff
path: root/docs/optionals.md
AgeCommit message (Expand)Author
2025-04-04Misc fixesBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-24Clean up some more null->none renames and fix the documentation. AlsoBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-09-16Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operatorBruce Hill
2024-09-15Add optional:or_exit(...)Bruce Hill
2024-09-11Add optional:or_else(fallback) and optional:or_fail(message)Bruce Hill
2024-09-11Placeholder docs for optionalsBruce Hill