Crates.io | my_tuple |
lib.rs | my_tuple |
version | 1.0.0 |
source | src |
created_at | 2024-08-24 06:12:07.9941 |
updated_at | 2024-09-15 04:17:10.917217 |
description | A pretty implementation of tuple |
homepage | https://github.com/Xx-xXXxX/my_tuple |
repository | https://github.com/Xx-xXXxX/my_tuple |
max_upload_size | |
id | 1349844 |
size | 23,293 |
A pretty implementation of tuple, recursively, strong typed, fast, abstract.
Safe, strong typed, fast.
Abstract.
Ability to support varargs.
Ability of polymorphism.
Capable speed vs native tuple when enumerate values.
Unreadable type error.
Too abstract.
Lower speed to just access latter value compares to native tuple.
see my_tuple::examples::examples::example