-
Notifications
You must be signed in to change notification settings - Fork 0
utils.MiscUtils
Christian d'Heureuse edited this page Jun 6, 2026
·
1 revision
dsp-collection / utils/MiscUtils
General utility functions.
| Interface | Description |
|---|---|
| MutableArrayLike | A generic mutable array-like type. |
| Function | Description |
|---|---|
| assert | Throws an exception if a condition is not true. |
| createMapBackedFunction | Returns a function that caches the values of the given univariate function. |