distance
..Root.StringIterator.distance
Gets distance from another iterator as new Int.
Int
Parameters: another StringIterator
StringIterator
Return value: new Int
NativeCallable, Callable
NativeCallable
Callable
auto str.=("Hello world!"); log(str.begin().distance(str.end()));