lazyMutable

fun <T> lazyMutable(initializer: () -> T): LazyMutable<T>

Creates an instance of LazyMutable with the given initializer.