ImmutableJS - Iterator API part 2

In this episode, I cover the following Iterator functions: // toMap() // toOrderedMap() // toSet() // toOrderedSet() // toList() // toStack() // toSeq() // toKeyedSeq() // toIndexedSeq() // toSetSeq() // values() // entries() // keySeq() // valueSeq() // entrySeq()
Resources:
  • https://github.com/davidwparker/programmingtil-immutablejs/tree/master/0005-iterator-part-2
  • https://facebook.github.io/immutable-js/docs/#/Iterable
  • https://facebook.github.io/immutable-js/docs/#/Seq
© programmingtil.com