Closed
Description
Noticed there are a few features missing for opaque support:
- Structural equality with opaque feat(core): Support
eq_s
andhash_s
for opaque objects #74 - Prioritize opaque types once registered over other types (e.g.
callable
) feat(core): Supporteq_s
andhash_s
for opaque objects #74 - Serialization & deserialization with opaque feat(core): Support serialization of opaque objects #75
- Deep copy with opaque feat(core): Support deepcopy in opaque #76