Skip to content

Give MathCell arithmetic ops implementations #969

Open
@bluss

Description

@bluss

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions