AutofreeScope (original) (raw)
Since Kotlin
1.3
Inheritors
Constructors
Functions
Allocates variable of given type.
Allocates variable with given value type and initializes it with given value.
Allocates variable of given type and initializes it applying given block.
Allocates C array of given elements type and length.
Allocates C array of given elements type and length, and initializes its elements applying given block.
Allocates C array of given values.
Allocates C array of pointers to given elements.
inline fun defer(crossinline block: () -> Unit)
Thanks for your feedback!