All Types Except One

See also this thread, where I wanted to exclude Bool inputs from Integer:

const ExceptBool = Union{Signed, Unsigned}

1 Like