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