distance..Root.ArrayIterator.distanceGets distance from another iterator as new Int.
Parameters: another ArrayIterator
Return value: new Int
NativeCallable, Callable
auto arr.=(Array());
arr.pushBack("abc", "def");
log(arr.begin().distance(arr.end()));