This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
kayomn
/
ona
Watch
1
Star
0
Fork
You've already forked ona
0
Code
Issues
8
Pull Requests
Projects
4
Releases
Activity
e9a28f074c
ona
/
source
/
coral
/
debug.zig
7 lines
78 B
Zig
Raw
Blame
History
pub
fn
assert
(
condition
:
bool
)
void
{
if
(
!
condition
)
{
unreachable
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink