Function alloy_rlp::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.