Easypt

distance

..Root.StringIterator.distance

Gets distance from another iterator as new Int.

Child of:

StringIterator

Signatures:

NativeCallable, Callable

Example:

auto str.=("Hello world!");
log(str.begin().distance(str.end()));