Structsยง
- AddController
- The structure allowing us to communicate Additions to a Pluralized type through the Adder iterator.
- Adder
- An Iterator which progressively adds to a collection behind a Pluralize trait. Vectors are added to
in stack order using the
push()
method while Primitives simply return None.