ArrayFunction

expect object ArrayFunction(source)

Function provides array functions.

actual object ArrayFunction(source)
actual object ArrayFunction(source)

Functions

Link copied to clipboard
expect fun contains(expression: Expression, value: Expression): Expression

Creates an ARRAY_CONTAINS(expr, value) function that checks whether the given array expression contains the given value or not.

actual fun contains(expression: Expression, value: Expression): Expression
actual fun contains(expression: Expression, value: Expression): Expression
Link copied to clipboard
expect fun length(expression: Expression): Expression

Creates an ARRAY_LENGTH(expr) function that returns the length of the given array expression.

actual fun length(expression: Expression): Expression
actual fun length(expression: Expression): Expression