You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to implement this for (A, B, C...) in accordance with candid.
I agree. We don't rely on candid for the (A, B) encoding though and neither should we for (A, B, C). If you have the cycles maybe this is something you'd like to contribute? :)
Also for Vec and [T; N], where T is BoundedStorable and N: usize
Vec<T> is not bounded, so we cannot implement BoundedStorable for it. We already have a BoundedStorable implementation for [T; N] (see here)
Would be nice to implement this for (A, B, C...) in accordance with candid.
The text was updated successfully, but these errors were encountered: