NumericAssistant

@MainActor
public final class NumericAssistant<TargetType> : ValueAssistant where TargetType : AnyObject

NumericAssistant provides support for top-level properties on the target object which are numeric values. This class supports all numeric types which conform to either BinaryFloatingPoint or BinaryInteger, as well as NSNumber.