Modified Lists

- added tests
- clearer impl
This commit is contained in:
2024-05-30 17:51:24 +02:00
parent aad7db4a55
commit 8bbd7a5ff2
3 changed files with 73 additions and 134 deletions

View File

@@ -3,4 +3,5 @@ pub mod es02_rational;
pub mod es04_rational_traits;
pub mod es05_bank;
pub mod es06_list;
pub mod es07_list_generic;
pub mod es08_folds;