I should introduce a few functions to implement withArrayLen and alt. functions. For instance, calling that function might introduce some heap allocations that are not cool for frameloop. However, we can write implementations of withArrayLen so that we don’t allocate on the heap each time.
Context
I should introduce a few functions to implement
withArrayLen
and alt. functions. For instance, calling that function might introduce some heap allocations that are not cool for frameloop. However, we can write implementations ofwithArrayLen
so that we don’t allocate on the heap each time.