Parsihax - API documentation
View source
typedef
KeyValueIterator<
K
,
V
>
no package
alias for
Iterator
<{value:
V
, key:
K
}>
A
KeyValueIterator
is an
Iterator
that has a key and a value.