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
a7605c6ffa
ona
/
source
/
coral
/
debug.zig
5 lines
71 B
Zig
Raw
Blame
History
pub
fn
assert
(
condition
:
bool
)
void
{
if
(
!
condition
)
unreachable
;
}
Reference in New Issue
View Git Blame
Copy Permalink