6 packages tagged with “iterators”
Collection of utility extension methods for the System.* namespace.
Contains a collection of helper methods for generating ranges of arbitrary type. Adds also iterators for common collections.
A minimalistic collections of extension methods for Linq.
MFC Collection Utilities is a small library that enables MFC developers to use MFC containers (arrays, lists, maps) with range-based for loops. The library consists of a single header that you include in your MFC projects. The library requires Visual Studio 2012 minimum and enables the use of all MFC collections in range-based for loops.
EditorCoroutines allow you to start/stop Unity coroutines in Editor scripts, without forcing you to be in Play mode.