data-structure-typed/test/unit
2024-12-04 22:30:05 +13:00
..
data-structures feat: Added multiple methods to all linear data structures (Queue, Deque, DoublyLinkedList, SinglyLinkedList), including join, concat, sort, slice, lastIndexOf, findIndex, splice, reduceRight, and fill. Abstracted LinearBase and LinearLinkedBase classes to implement high-performance member methods tailored to different data types. 2024-12-04 22:30:05 +13:00
utils fix: Type safety fixes for ComparableObject. 2024-11-22 17:12:06 +13:00
unrestricted-interconversion.test.ts feat: Change the size property of all queue-based data structures to length to align with JavaScript's Array. 2024-12-03 13:53:51 +13:00