Posts

Create a function that accepts an Iterable and generates an Iterable as output. However, the function must not use any methods declared within Iterable and should not create any new variables. (using Dart)