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
Use IterCore.isNotIterable instead
v0.4.5
Type guard that checks if a value is not an iterable object.