You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious if it's possible to implement a way of tagging items dynamically. Currently, the status quo is to use the marker component, but there might be times where the marker might be user-generated at runtime rather than at compile time. Is there a current strategy implemented in Specs without me having to implement a custom storage solution?
The text was updated successfully, but these errors were encountered:
Maybe you could use a Set<T> as a component (given that you use type T to represent user-generated markers) and check whether the value corresponding a given marker is in the Set ?
I'm curious if it's possible to implement a way of tagging items dynamically. Currently, the status quo is to use the marker component, but there might be times where the marker might be user-generated at runtime rather than at compile time. Is there a current strategy implemented in Specs without me having to implement a custom storage solution?
The text was updated successfully, but these errors were encountered: