Skip to content

EventSet: add an "except" method #218

@michbarsinai

Description

@michbarsinai

So:

allCtrl.except(moveEvent)

Contains all the control events except for moveEvent.

Generally

cont ees = es1.except( es2 )

e \in ees <=> (e \in es1) /\ \neg (e \in es2)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions