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 of given type.
must not be abstract
Allocates variable of given type and initializes it applying given block.
must not be abstract
Thanks for your feedback!