Function ibc_test_framework::util::array::try_into_array
source · [−]Expand description
Converts a dynamic-sized vector Vec<T> into a fixed-sized array
[T; SIZE]. Fails if the vector is not the same length as SIZE.