alloc
Allocates variable of given type.
Since Kotlin
1.3Parameters
T
must not be abstract
Allocates variable of given type and initializes it applying given block.
Since Kotlin
1.3Parameters
T
must not be abstract
Allocates variable with given value type and initializes it with given value.