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

Proxying arrays #11

Open
Shockah opened this issue Nov 15, 2022 · 0 comments
Open

Proxying arrays #11

Shockah opened this issue Nov 15, 2022 · 0 comments
Labels
C2 Complexity: Medium T:enhancement Type: New feature or request !!!3 Priority: High
Milestone

Comments

@Shockah
Copy link
Contributor

Shockah commented Nov 15, 2022

An array proxying implementation.

Things to remember while implementing:

  • Arrays should be mapped back and forth - they're read-write.
  • Arrays can be multi-dimensional.
  • Arrays cannot be mapped back if the array is created using a non-proxyable element type. In such a case, the implementation should either throw or ignore the array when mapping back (configurable).
@Shockah Shockah added T:enhancement Type: New feature or request C2 Complexity: Medium !!!3 Priority: High labels Nov 15, 2022
@Shockah Shockah added this to the 3.0.0 milestone Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C2 Complexity: Medium T:enhancement Type: New feature or request !!!3 Priority: High
Projects
None yet
Development

No branches or pull requests

1 participant