exosql v0.2.72 ExoSQL.Utils View Source
Various assorted utility functions.
Link to this section Summary
Functions
Fron an initial input value, can generate a list
Link to this section Functions
Fron an initial input value, can generate a list.
The function receives a value and returns either:
- :halt
- {generated_value, next_input}
All the generated values are returned in order to the caller when :halt is received.