vortex icon indicating copy to clipboard operation
vortex copied to clipboard

Make IntoArrayVariant chain more explicit

Open a10y opened this issue 7 months ago • 2 comments

Currently we implement IntoArrayVariant for all T: IntoCanonical by first calling into_canonical and then downcasting. This hides that there is a potentially expensive decoding step going on.

We should either remove the shortcut method, or rename the methods to make it clearer that they can be expensive

a10y avatar Jul 24 '24 12:07 a10y