Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Const generics Improvements #980

Merged
merged 4 commits into from
Dec 6, 2021
Merged

Commits on Dec 4, 2021

  1. Add IntoNdProducer impl for &[T; N]

    Add From impl to convert from 2D slices to 2D views
    
    Move NdIndex<IxDyn> implementations for arrays out of macros
    
    Remove FixedInitializer trait
    
    Make bounds checks in aview2 and aview_mut2 conditional on slices of ZSTs
    
    Refactor aview2 and aview_mut2 implementations into From
    YuhanLiin committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    4c19f96 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    YuhanLiin committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    ad66360 View commit details
    Browse the repository at this point in the history
  3. Fix arraytraits imports

    YuhanLiin committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    a1d268b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75a27e5 View commit details
    Browse the repository at this point in the history