Function embedded_msgpack::encode::serialize_array_start  
source · Expand description
Panics
Will panic under the following conditions:
- feature ‘array32’ active: n >= 2^32
- feature ‘array16’ active: n >= 2^16
- else: n >= 16