Problem: - SparseSetIndex trait implementations had a lot of duplicated code. Solution: - Utilize a macro to implement the trait for a generic type. |
||
|---|---|---|
| .. | ||
| macros | ||
| src | ||
| Cargo.toml | ||
Problem: - SparseSetIndex trait implementations had a lot of duplicated code. Solution: - Utilize a macro to implement the trait for a generic type. |
||
|---|---|---|
| .. | ||
| macros | ||
| src | ||
| Cargo.toml | ||