Type guard that checks if a value is an iterable object.
The type of elements contained in the iterable.
The value to check for iterability.
true if the value implements the Iterable interface; otherwise, false.
true
Iterable
false
Will be removed in v1.2.0, IterCore.isIterable instead
v1.2.0
v0.4.5
Type guard that checks if a value is an iterable object.