Crate arraylike

Source
Expand description

§arraylike

This crate provides an ArrayLike trait for using arrays without needing const expressions.

Traits§

ArrayLike
A sealed trait for generically using arrays without const expressions which are unstable.