RemoveLast Data Member Function

Removes the last <Node> from the collection, replaces its index with a nullptr, changes ownership status to non-owning, and returns a pointer to the <Node>.

Prototype

Node RemoveLast()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.