ruru icon indicating copy to clipboard operation
ruru copied to clipboard

Implement Copy trait for primitive types

Open d-unsed opened this issue 8 years ago • 1 comments

Implement Copy trait similarly to Rust primitive types.

Should be implemented for those types which have constant object_ids.

  • [ ] Boolean
  • [ ] Float
  • [ ] Integer
  • [ ] NilClass
  • [ ] Symbol

d-unsed avatar Jan 10 '17 17:01 d-unsed

How would this work for NilClass or the two Boolean classes? I had understood them to be singleton instances?

ms-ati avatar Jan 16 '17 16:01 ms-ati