Iterable
Represents a type that can be iterated.
Iterable takes one type argument, which may indicate the type of values yielded by the Iterable
instance. Specifying the type to be iterated over is not currently supported.
Represents a type that can be iterated.
Iterable takes one type argument, which may indicate the type of values yielded by the Iterable
instance. Specifying the type to be iterated over is not currently supported.