pub fn encode_list<B, T>(values: &[B], out: &mut dyn BufMut)where B: Borrow<T>, T: ?Sized + Encodable,
Encode a list of items.