alloy_rlp

Function list_length

source
pub fn list_length<B, T>(list: &[B]) -> usize
where B: Borrow<T>, T: ?Sized + Encodable,
Expand description

Calculate the length of a list.