You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 modifyArrayView<MathCell<T>, _>
using assign ops.The text was updated successfully, but these errors were encountered: