subscript(_:)
Access the value of the attribute to constrain.
Declaration
subscript(key: Attribute.Type) -> Attribute.Value? { get set }Overview
For details on how attribute value constraining works, refer to constrain(_:).
Access the value of the attribute to constrain.
subscript(key: Attribute.Type) -> Attribute.Value? { get set }For details on how attribute value constraining works, refer to constrain(_:).