mutate

open suspend fun mutate(variable: S): T

Mutates the variable.

Return

The result of the mutation.

Parameters

variable

The variable to be mutated.