Commit Graph
6 Commits
Author SHA1 Message Date
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