lazyMutable

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

Creates an instance of LazyMutable with the given initializer.