diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-11 14:21:35 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-11 14:21:35 -0400 |
| commit | 5b2acc934ee1cda4a514b617a56b43fc4ddf6a0f (patch) | |
| tree | feb31009ea5e8433694b11dfe9c9c59969bcdfcc /CHANGES.md | |
| parent | c74fba540448f1d4b1aec4de8f3d9ffc395fdde0 (diff) | |
Added Empty() struct
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ arguments). - Added `table.with(other)`, `table.without(other)`, `table.intersection(other)`, and `table.difference(other)`. +- Added `Empty` for a built-in empty struct type and `EMPTY` for an instance of + the empty struct. - Added a `--format` flag to the `tomo` binary that autoformats your code (currently unstable, do not rely on it just yet). - Standardized text methods for Unicode encodings: |
