mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Add unreachable to base/builtin/builtin.odin
This commit is contained in:
@@ -126,3 +126,5 @@ clamp :: proc(value, minimum, maximum: T) -> T ---
|
|||||||
|
|
||||||
soa_zip :: proc(slices: ...) -> #soa[]Struct ---
|
soa_zip :: proc(slices: ...) -> #soa[]Struct ---
|
||||||
soa_unzip :: proc(value: $S/#soa[]$E) -> (slices: ...) ---
|
soa_unzip :: proc(value: $S/#soa[]$E) -> (slices: ...) ---
|
||||||
|
|
||||||
|
unreachable :: proc() -> ! ---
|
||||||
|
|||||||
Reference in New Issue
Block a user