LPGhatguy / thunderdome

Arena type inspired by generational-arena
Apache License 2.0
197 stars 15 forks source link

Add `typed-index` feature #26

Closed toyboot4e closed 2 years ago

toyboot4e commented 3 years ago

It allows user to replace Index with Index<T> when they enable typed-index feature.

Changes:


I'm not sure if it's a good idea. Please do as you like :)

I just forked thunderdome and I don't need it actually.

toyboot4e commented 2 years ago

It was a very bad idea, since feature flags are additive!