9 Commits

Author SHA1 Message Date
0fde06efe7 feat: More rework
Some checks failed
test / test (push) Has been cancelled
So the performance of this only surpasses list when you approach 100
items (and that is not including the need to traverse through the linked
list to find the insertion point) so this might be the last commit
2025-10-20 19:33:38 +01:00
f9aa688f5d fix: Reworked some api functions
Some checks failed
test / test (push) Has been cancelled
2025-10-19 22:51:33 +01:00
a5efb0ae8d test: Initial test work 2025-10-19 22:51:10 +01:00
f013d3320d rework: Remove asserts and reduced lets
Some checks failed
test / test (push) Has been cancelled
2025-10-17 23:41:21 +01:00
34d4bf1055 fix: Reordered to_list_loop parameter order 2025-10-17 23:29:32 +01:00
8a01142ad7 feat: Added take_rev
Some checks failed
test / test (push) Has been cancelled
2025-10-17 23:23:34 +01:00
413c2258f7 fix: Removed Result wrappers
Some checks failed
test / test (push) Has been cancelled
2025-10-17 22:49:44 +01:00
5125f08562 Initial Commit
Some checks failed
test / test (push) Has been cancelled
2025-10-17 22:02:31 +01:00
e1faecce11 Initial commit 2025-10-17 20:57:06 +00:00