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

Add a OPoint type that takes type-level integers instead of const-generics #943

Merged
merged 4 commits into from Jul 10, 2021

Commits on Jun 26, 2021

  1. Define OPoint, a generic point with D: DimName

    And define Point<T, const D: usize> as an alias for OPoint.
    sebcrozet committed Jun 26, 2021
    Copy the full SHA
    16b8f48 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Copy the full SHA
    92c2633 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Merge pull request #934 from Andlon/point_dim_name

    point_dim_name: Fix serde impls and Distribution impl for OPoint
    sebcrozet committed Jul 8, 2021
    Copy the full SHA
    e588139 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Copy the full SHA
    2ce6811 View commit details
    Browse the repository at this point in the history