iteraptor v1.0.0 Iteraptor.Iteraptable View Source
use Iteraptor.Iteraptable inside structs to make them both
Enumerable and
Collectable and
implement the Access behaviour:
Usage
Use the module within the struct of your choice and this struct will be
automagically granted Enumerable and Collectable protocols implementations.
Link to this section Summary
Functions
Allows to enable iterating features on structs with use Iteraptor.Iteraptable
Link to this section Functions
Allows to enable iterating features on structs with use Iteraptor.Iteraptable
Parameters
opts:Keywordthat currently might consist ofskip: collectableto makeIteraptorto implementEnumerableprotocol only