Closed matthewp closed 4 years ago
A mutater is a function that manipulates the machine's data object. it's similar to reduce in the JavaScript version, but in the C version we don't create a copy of the data object, we just mutate it in place.
reduce
A mutater is a function that manipulates the machine's data object. it's similar to
reduce
in the JavaScript version, but in the C version we don't create a copy of the data object, we just mutate it in place.