UInt64

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

    Swift

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

    Swift

    public static func empty() -> UInt64
  • Declaration

    Swift

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

    Swift

    public static func one() -> UInt64