Commit Graph

6 Commits (faf0463e3791ee97dfc370282ecad4cd3b4ca475)

Author SHA1 Message Date
Sara 09bb08dc79 fix(language): list_contains has the functionality of list_find, renamed to fit 2024-09-10 15:07:19 +02:00
Sara ff87fa96e1 fix: list no longer sets length to capacity 2024-02-28 11:31:19 +01:00
Sara 253cc0cb0c feat: added list_with_len and list_from_type_with_len 2024-01-26 12:02:56 +01:00
Sara cb0858f14f fix: critical, fixed list_empty not actually freeing the allocated list
leading to orphanned memory
2024-01-26 12:01:41 +01:00
Sara b38362c2aa feat: added list_set_len
to set the length of the array
2024-01-26 11:49:49 +01:00
Sara aee9aec828 feat: added code 2024-01-25 14:08:23 +01:00