Binding<T>: how to determine wrappedValue is signed numeric value?

You make a new protocol with the semantics you want (eg. NSNumberConvertible) and conform the types you want to it.

1 Like