Luna::Variant::pop_back

void pop_back()

Erases the last child variant from the child variants array of the current variant.

Valid Usage

  • The current variant must be an array variant.

  • This variant must not be empty.