-
Notifications
You must be signed in to change notification settings - Fork 0
utils.MiscUtils.Function.assert
Christian d'Heureuse edited this page Jun 6, 2026
·
2 revisions
dsp-collection / utils/MiscUtils / assert
function assert(cond): asserts cond;Throws an exception if a condition is not true.
boolean
asserts cond