CdmBuilder.startArray

void startArray() pure @safe

Pushes a new empty ARRAY onto the stack.

Saves any pending member state so it can be restored when endContainer() pops this frame. Use addElement() to populate the array, then call endContainer() to pop it.