Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Copy trait for primitive types #59

Open
5 tasks
d-unsed opened this issue Jan 10, 2017 · 1 comment
Open
5 tasks

Implement Copy trait for primitive types #59

d-unsed opened this issue Jan 10, 2017 · 1 comment

Comments

@d-unsed
Copy link
Owner

d-unsed commented Jan 10, 2017

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 d-unsed added this to the v1.0 milestone Jan 10, 2017
@ms-ati
Copy link

ms-ati commented Jan 16, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants