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

Consider support for newer concepts like BitwiseCopyable #1665

Open
thomasvl opened this issue Jun 18, 2024 · 1 comment
Open

Consider support for newer concepts like BitwiseCopyable #1665

thomasvl opened this issue Jun 18, 2024 · 1 comment

Comments

@thomasvl
Copy link
Collaborator

Should probably put some through into the newer SE items like BitwiseCopyable and if they should be used on the proto types at all.

@thomasvl
Copy link
Collaborator Author

For BitwiseCopyable – If the Message doesn't have any repeated or map<> fields (Array and Dictionary), doesn't have any string or bytes fields (String and Data), and lastly if any message fields also are limited to these constraints, then the Message can be BitwiseCopyable.

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

1 participant