Easypt

distance

..Root.ArrayIterator.distance

Gets distance from another iterator as new Int.

Child of:

ArrayIterator

Signatures:

NativeCallable, Callable

Example:

auto arr.=(Array());
arr.pushBack("abc", "def");
log(arr.begin().distance(arr.end()));