Open rawler opened 1 year ago
For example, this is currently blocking a cleanup of generics in the ebur128
crate. I managed to clean up some of the code, but got stuck with the larger cleanup, partly due to missing generic implementations of Frame
Currently, the
Frame
trait is only implemented for[S; N] where S: Sample
for N = 1-32. While realistically more than sufficient, it makes it difficult for dependent code to be generic over Frames of arbitrary N.I.E. the (admittedly contrived) example of
will fail compilation with error: