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
Currently we store all Values in an object type, which results in boxing, and some interesting code. Instead Value should become a base class, with every type having its own Value. This might help with serialization later as well for some potential ntcore features.
The text was updated successfully, but these errors were encountered:
Currently we store all Values in an
object
type, which results in boxing, and some interesting code. InsteadValue
should become a base class, with every type having its own Value. This might help with serialization later as well for some potential ntcore features.The text was updated successfully, but these errors were encountered: