Commit Graph
13 Commits
Author SHA1 Message Date
Linden cc6aed591f chore: adjust links 2025-03-29 21:46:58 +11:00
Linden fb2225e373 chore: add copyright notices to each file
Some people accidentally, mistakenly, and without any malicious intent forget to attribute code from this resource to its source. This change will hopefully assist people, so that they do not make that mistake again.
2025-03-18 18:46:09 +11:00
Linden c9b7c375ee refactor(array): add generic to class type 2025-03-10 11:51:48 +11:00
Linden 189306d5aa fix(array): Array.from string delimiter 2025-01-29 08:02:06 +11:00
Linden 6a24f9b971 fix(array): format error message 2025-01-29 07:13:16 +11:00
Linden 45b045a37e feat(array): additional methods 2025-01-29 06:54:06 +11:00
Linden 0192fd015b fix(array): indexOf return value 2025-01-21 11:33:15 +11:00
Linden a2a7114986 feat(array): add additional array class methods
- merge now supports merging multiple arrays.
- added includes, map, reverse, toReversed.
2024-10-01 18:53:05 +10:00
Linden 026d3de4ef refactor(array): typing issue
Assigning a variable to a class seems to break private/protected
access with LLS. Revert this in the future if fixed.
2024-07-26 15:21:09 +10:00
Jarosław d102f2a165 fix(array): array:findIndex should return index (#565) 2024-05-02 16:07:25 +10:00
Linden 18f8e89cb4 feat(array): isArray method 2024-04-19 03:09:39 +10:00
Linden b2008ed804 feat(array): reduce method 2024-04-16 14:15:25 +10:00
Linden 6de82c3d6e feat(array): array class 2024-04-13 11:15:30 +10:00