Skip to main content

encode_array_count

Function encode_array_count 

Source
pub fn encode_array_count(count: usize, buf: &mut BytesMut)
Expand description

Encode the count prefix of an array.

Panics if the count exceeds u16::MAX.