Fields
Utilities
Contains utilities for multiple classes.
Functions
error_arguments(function)
Get a string of function arguments for error messages.
function: arguments
A string of arguments and types.
check_table_for_keys(t, key)
Check that each item in a table contains a key.
t: A table to check for keys.
key: The key to check tables for.
Boolean
clone_table(t)
Clone a table.
t: The table to be cloned.
An idetical copy of the table.
save_file(filename, content)
Save a file.
filename: The filenameto be saved.
content: The content of the file
Fields
epsilon
An arbitrarily small number useful for tollerances.
error_start
Start of an error message.