Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
alloc
Allocates variable of given type.
Parameters
T
- must not be abstract
Allocates variable of given type and initializes it applying given block.
Parameters
T
- must not be abstract
Allocates variable with given value type and initializes it with given value.