rj00a / evenio

An event-driven Entity Component System
MIT License
132 stars 14 forks source link

Improve ergonomics of `Single` and `TrySingle` #68

Closed rj00a closed 3 months ago

rj00a commented 3 months ago

Fixes #59. However rather than introduce a separate SingleMut type (and TrySingleMut), I've made a few adjustments to the existing types.

Review? @andrewgazelka