Functions§
- read_
bounded_ ⚠vec_ at - Creates a
BoundedVec
from the sequence of values provided inbytes
buffer. - read_
cyclic_ ⚠bounded_ vec_ at - Creates a
CyclicBoundedVec
from the sequence of values provided inbytes
buffer. - read_
value_ ⚠at - Creates a copy of value of type
T
based on the providedbytes
buffer.