| title | Modules |
|---|---|
| description | Overview of available Mods modules and their purpose. |
| Module | Description |
|---|---|
is |
Type predicates for Lua values and filesystem path kinds. |
keyword |
Lua keyword helpers for reserved-word checks. |
List |
Python-style list helpers for mapping, filtering, and slicing. |
operator |
Operator helpers as functions. |
repr |
Readable Lua value rendering with deterministic table ordering. |
Set |
Set operations and helpers for unique values. |
str |
String utility helpers modeled after Python's str. |
stringcase |
String case conversion helpers. |
tbl |
Utility functions for plain Lua tables. |
template |
Simple template rendering with value replacement. |
utils |
Common utility helpers. |
validate |
Validation helpers for Lua values. |