Skip to content

utils.MiscUtils

Christian d'Heureuse edited this page Jun 6, 2026 · 1 revision

dsp-collection / utils/MiscUtils

utils/MiscUtils

General utility functions.

Interfaces

Interface Description
MutableArrayLike A generic mutable array-like type.

Functions

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.

Clone this wiki locally