aboutsummaryrefslogtreecommitdiff
path: root/docs/optionals.md
AgeCommit message (Collapse)Author
2025-12-11Merge branch 'dev' into constructive-realsBruce Hill
2025-11-29Update docsBruce Hill
2025-11-09Rename Num -> Float64, Num32 -> Float32Bruce Hill
2025-09-21Update docsBruce Hill
2025-04-06Update syntax in docsBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
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
change the literal syntax to `NONE:T` instead of `!T`
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