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

Give MathCell arithmetic ops implementations #969

Open
bluss opened this issue Apr 5, 2021 · 0 comments
Open

Give MathCell arithmetic ops implementations #969

bluss opened this issue Apr 5, 2021 · 0 comments

Comments

@bluss
Copy link
Member

bluss commented Apr 5, 2021

This is a follow-up to MathCell introduced in #877.

MathCell should have arithmetic operations so that arrays and views using MathCell elements can participate in some arithmetic ops. Preferably together with non-cell arrays. Detailed design might need to be decided after seeing what's permitted w.r.t impl overlap.

T.b.h most-wished for items would be ArrayView<MathCell<T>, _> += &array<T, _> and similar - i.e. easy ways to modify ArrayView<MathCell<T>, _> using assign ops.

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