Expand description

Contains the CommandTextObject implementation.

Structs

  • Container for a string. Need to use a class that allows the text to be changed while the container (this class) remains constant. This way, operations can be applied to the text and the container’s contents change but not the container.