Table of contents
- MoonScript Standard Library
- Printing Functions
- p(arg)
- Table Functions
- run_with_scope(fn, scope, [args...])
- defaultbl([tbl,] fn)
- extend(arg1, arg2, [rest...])
- copy(tbl)
- Class/Object Functions
- is_object(value)
- type(value)
- bind_methods(obj)
- mixin(obj, class, [args...])
- mixin_object(obj, other_obj, method_names)
- mixin_table(a, b, [names])
- Misc Functions
- fold(items, fn)
- Debug Functions
- debug.upvalue(fn, key[, value])
- Standard Library