FixedWidthIntegerResolutionable
public protocol FixedWidthIntegerResolutionable
Resolutionable Allows Applying Resolution with Direction to Fixed Width Integers
-
Apply Resolution With Direction
Declaration
Swift
func resolution<T>(type: T.Type, _ direction: ResolutionDirection, resolution: Resolution) -> T where T : FixedWidthIntegerParameters
typeType to resolve to
directionResolution Direction
resolutionResolution
Return Value
Number with Resolution Applied