MutableVector-class: MutableVector objects
Description
MutableVector
is a virtual
Vector
derivative that has mutable
state. There is no copying when replacing the metadata and element
metadata. This is useful for graphical user interfaces and
visualization. See the documentation of Vector
for most of the
behaviors of this class.