SignalSet.remove

Removes the specified signal from the set.

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

Parameters

signal int

signal to remove from set

This method is aliased as opSub.

Meta