MapIterator.definitionString Method

Retrieves a textual representation of the iterator type, for example, the "[int -> str] iterator".

Syntax

public str definitionString()

Run On

Called

Return Value

Type: str
A string that describes the iterator.

See Also

MapIterator Class

MapIterator.toString Method