Bitmap

protocol Bitmap : AutomationValue, OptionSet where Self.RawValue : BitmapStorage
extension Bitmap : Equatable, ExpressibleByArrayLiteral, Hashable, RawRepresentable, Sendable, SetAlgebra

Undocumented

  • init(rawValue:)

    Extension method

    Undocumented

    Declaration

    Swift

    init?(rawValue: UInt64)
OSZAR »