SignalSet.remove

Removes the specified signals from the set.

  1. void remove(int signal)
  2. void remove(int[] signals)
    struct SignalSet
    void
    remove
    (
    in int[] signals
    )

Parameters

signals int[]

signals to remove from set

This method is aliased as opSub.

Meta