mutableOf

fun <T> mutableOf(value: T): MutablePointer<T>(source)

Create a new mutable pointer pointing to the given value

Return

The new pointer

Since

0.1.0

Parameters

value

The value the pointer should point to