aboutsummaryrefslogtreecommitdiff
path: root/builtins/array.c
AgeCommit message (Expand)Author
2024-03-08Array methodsBruce Hill
2024-03-08Rename Array_random -> Array__randomBruce Hill
2024-03-08Bugfix arraysBruce Hill
2024-03-08Fix negative index issue and add array:random()Bruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-02-29Remove unnecessary codeBruce Hill
2024-02-29Fix up some import issues and improve arrays to use saturating refcountsBruce Hill
2024-02-23Fix up some ++ stuff for arraysBruce Hill
2024-02-23Implement Array__concat and ++=Bruce Hill
2024-02-17Fix up align issuesBruce Hill
2024-02-17Fix up USE_COLORBruce Hill
2024-02-17Change things up to use type params for all array and table methodsBruce Hill
2024-02-17Rename 'cord' to 'as_str'Bruce Hill
2024-02-17Add cord methods for getting typestringsBruce Hill
2024-02-04BuiltinsBruce Hill