use ArrayCast;
/// Types that may be cast to and from a fixed sized array.
///
/// Quantization functions in `quantette` operate over a color type/space.
/// These types must implement [`ArrayCast`] where `Component` is the data type and `N` is the
/// number of channels.