ruru
ruru copied to clipboard
Implement Copy trait for primitive types
Implement Copy
trait similarly to Rust primitive types.
Should be implemented for those types which have constant object_id
s.
- [ ]
Boolean
- [ ]
Float
- [ ]
Integer
- [ ]
NilClass
- [ ]
Symbol
How would this work for NilClass or the two Boolean classes? I had understood them to be singleton instances?