enum EE::ObservableVector::ChangeType

The mutation represented by a Change notification.

#include <observablevector.hpp>

enum ChangeType {
    Insert,
    Remove,
    Move,
    Change,
    Reset,
};