UInt32

@frozen
struct UInt32 : FixedWidthInteger, UnsignedInteger, _ExpressibleByBuiltinIntegerLiteral
  • Declaration

    Swift

    public func combine(_ other: UInt32) -> UInt32
  • Declaration

    Swift

    public static func empty() -> UInt32
  • Declaration

    Swift

    public func multiply(_ other: UInt32) -> UInt32
  • Declaration

    Swift

    public static func one() -> UInt32