Function wasm_msgpack::encode::serialize_map_start
source · Expand description
Panics
Will panic under the following conditions:
- feature ‘map32’ active:
n >= 2^32 - feature ‘map16’ active:
n >= 2^16 - else:
n >= 16
Will panic under the following conditions:
n >= 2^32n >= 2^16n >= 16