开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Overload get and set for a type/typeclass


 

I am trying to define a type in BSV with overloaded get and set. Is this possible?
?
To clarify, I am not looking to change the _read and _write methods of, for example, a register holding this type. I am also not looking for the Connectable typeclass.
?
Is there a full list of operators/built-ins that can be overloaded?