Enumerator$Typings<T> extension

on

Properties

atEnd bool Function()

Available on Enumerator<T>, provided by the Enumerator$Typings extension

getter/setter pair
item ↔ T Function()

Available on Enumerator<T>, provided by the Enumerator$Typings extension

getter/setter pair
moveFirst ↔ void Function()

Available on Enumerator<T>, provided by the Enumerator$Typings extension

getter/setter pair
moveNext ↔ void Function()

Available on Enumerator<T>, provided by the Enumerator$Typings extension

getter/setter pair