exosql v0.2.88 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
Link to this function
format_result(res) View Source
Link to this function
generate(input, func) View Source
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.
Link to this function
to_float(n) View Source
Link to this function
to_float!(n) View Source
Link to this function
to_number(n) View Source
Link to this function