Function list_length

Source
pub fn list_length<E, K>(v: &[K]) -> usize
where E: Encodable, K: Borrow<E>,