strided-traits 0.4.0

Shared traits for strided-rs: element operations, scalar bounds, and type-level composition.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
strided-traits

This crate ports the type-level `FN`/`FC`/`FT`/`FA` operation counterparts
from Julia's Strided.jl:
https://github.com/Jutho/Strided.jl

Strided.jl is licensed under the MIT License. Its complete upstream license
notice is reproduced in `THIRD-PARTY-LICENSES`.

This crate is licensed under the terms in `LICENSE-APACHE` and `LICENSE-MIT`.
When redistributing portions ported from Strided.jl, you must also comply with
the upstream MIT license notice requirements.