iteraptor v1.0.4 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
:Keyword
that currently might consist ofskip: collectable
to makeIteraptor
to implementEnumerable
protocol only