Module extensions

A combination of extensions to the Lua standard libraries and other useful utilities for libraries I use.

Functions

load () Loads the standard library extensions into the global environment.


Functions

load () line 28
Loads the standard library extensions into the global environment. This will not overwrite any user-defined functions.

Usage:

    local extensions = require 'extensions' ()