vectorOf

Native
1.3
@DeprecatedSinceKotlin("1.9") fun vectorOf(
    f0: Float,
    f1: Float,
    f2: Float,
    f3: Float
): Vector128

(source)
Deprecated: Use kotlinx.cinterop.vectorOf instead.
@DeprecatedSinceKotlin("1.9") fun vectorOf(
    f0: Int,
    f1: Int,
    f2: Int,
    f3: Int
): Vector128

(source)
Deprecated: Use kotlinx.cinterop.vectorOf instead.