Iterable Operations¶
Iterable operations provide a special syntax to perform common operations of a daily programmer's life on Iterables.
Actually, those operations work with Iterables, and also with arrays and CharSequence (e.g. String).
Iterable operations provide a special syntax to perform common operations of a daily programmer's life on Iterables.
Actually, those operations work with Iterables, and also with arrays and CharSequence (e.g. String).