putMap

inline fun putMap(key: String? = null, crossinline block: FlexBuffersBuilder.() -> Unit): Int

Creates a new map will all elements inserted in block.

Return

position in buffer as the start of byte array

Parameters

block

where elements will be inserted