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
9cf2e671d3
ona
/
source
/
coral
/
debug.zig
7 lines
78 B
Zig
Raw
Normal View
History
Unescape
Escape
Get rid of extraneous and unused code
2023-07-10 02:10:56 +02:00
Port back to Zig
2023-04-19 01:25:35 +02:00
pub
fn
assert
(
condition
:
bool
)
void
{
Tidy up coral library
2023-05-23 02:08:34 +02:00
if
(
!
condition
)
{
unreachable
;
}
Port back to Zig
2023-04-19 01:25:35 +02:00
}