![]() |
Spicy
|
#include <type-info.h>
Public Member Functions | |
Sequence (const IterableType *type, Value v) | |
Iterator | begin () const |
Iterator | end () const |
Helper class that provides a standard begin()
/end
range interface to iterate over the elements of an iterable type.
|
inline |
Constructor.
type | type information for the value to be iterated over |
v | the value to be iterated over |
|
inline |
Returns an iterator referring to the beginning of the iterable range.
|
inline |
Returns an iterator referring to the end of iterable range.