mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
This commit is contained in:
@@ -841,7 +841,7 @@ bit_set_type :: proc() {
|
||||
incl(&x, 'F');
|
||||
assert('F' in x);
|
||||
excl(&x, 'F');
|
||||
assert(!('F' in x));
|
||||
assert('F' notin x);
|
||||
|
||||
y |= {1, 4, 2};
|
||||
assert(2 in y);
|
||||
|
||||
Reference in New Issue
Block a user