alloc Array Of
inline fun <T : CPointer<*>> NativePlacement.allocArrayOf(vararg elements: T?): CArrayPointer<CPointerVarOf<T>>
Content copied to clipboard
inline fun <T : CPointer<*>> NativePlacement.allocArrayOf(elements: List<T?>): CArrayPointer<CPointerVarOf<T>>
Content copied to clipboard
Allocates C array of given values.
fun NativePlacement.allocArrayOf(elements: ByteArray): CArrayPointer<ByteVar>
Content copied to clipboard
fun NativePlacement.allocArrayOf(vararg elements: Float): CArrayPointer<FloatVar>
Content copied to clipboard