1 Commits

Author SHA1 Message Date
Kegan Dougal
33cf1542aa Add Assert() function which works like C assert()
Particularly as the server expands into multiple lists and
filters, having a way to quickly detect off-by-one index
errors is important, so add an assert() function which
will panic() if SYNCV3_DEBUG=1 else log an angry message.
2021-11-08 13:04:03 +00:00