Skip to content

Improvements using const generics #961

Open
@bluss

Description

@bluss

There are a few minor features and improvements we can do with const generics. This meta-issue is mainly about those.

Big-ticket items get their own issue. In particular remaking index and dimension types gets is own ticket.

Easy add-ons

  • IntoNdProducer impl for &[T; N]
  • FixedInitializer or replacement impl for &array - replace with just const generics of arrays
  • From<&array> and similar implementations
  • NdIndex / Index impls using [T; N] in particular for ixdyn ?

Long term features

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions