interface Size {
    $size: ArrayExpression<any>;
}

Properties

Properties

$size: ArrayExpression<any>

Returns the number of elements in the array. Accepts a single expression as argument.