aboutsummaryrefslogtreecommitdiff
path: root/docs/arrays.md
AgeCommit message (Expand)Author
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-04Misc fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-02Syntax change: table types are now: `{K=V; default=...}` and tablesBruce Hill
2025-04-01Update array random docs and fix array random methods to check rangesBruce Hill
2025-03-05Further shorten docsBruce Hill
2025-03-05Shorten API docsBruce Hill
2025-03-05Fix linksBruce Hill
2025-03-05Alphabetize and index functionsBruce Hill
2025-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2024-12-31Array:heap_pop() now returns an optional valueBruce Hill
2024-12-31Add array:pop()Bruce Hill
2024-12-19Add Text:from()/to() and Array:slice() for symmetryBruce Hill
2024-12-11Update docsBruce Hill
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-10-27Update docs to reflect deprecation of "&" stack referencesBruce Hill
2024-10-09Update docs to standardize function signature formattingBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-10-02Update array:sample() to use optional weights and do more error checkingBruce Hill
2024-09-11Update docsBruce Hill
2024-09-11Update docsBruce Hill
2024-08-20Remove unused parameter and add some docs on arraysBruce Hill
2024-08-19Move docs into one folderBruce Hill