Skip to content

Commit 0d16ab2

Browse files
committed
Add alias Okay = None
1 parent c63fa3f commit 0d16ab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/math/big/common.odin

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ Error :: enum byte {
160160
Cannot_Write_File = 52,
161161

162162
Unimplemented = 127,
163+
164+
Okay = None,
163165
}
164166

165167
#assert(intrinsics.type_is_superset_of(Error, runtime.Allocator_Error))

0 commit comments

Comments
 (0)