ListChangedCapability

A capability that carries an optional listChanged flag.

@safe
struct ListChangedCapability {
bool listChanged;
}