addCborArray
inline fun <T> ArrayBuilder<T>.addCborArray(builderAction: ArrayBuilder<ArrayBuilder<T>>.() -> Unit)
Adds the DataItem for a CBOR array produced by the given builder action to a CBOR array.
Parameters
builderAction
the builder action.