UInt
@frozen
struct UInt : FixedWidthInteger, UnsignedInteger, _ExpressibleByBuiltinIntegerLiteral
-
Declaration
Swift
public func combine(_ other: UInt) -> UInt
-
Declaration
Swift
public static func empty() -> UInt
-
Declaration
Swift
public func multiply(_ other: UInt) -> UInt
-
Declaration
Swift
public static func one() -> UInt