Easypt

size

..Root.Array.size

Returns the number of elements in the array.

Child of:

Array

Signatures:

NativeCallable, Callable

Example:

auto arr.=(Array());
arr.pushBack("abc", "def");
log(arr.size());