-
Accesses the
Propertythis map associates withn.Declaration
Swift
public subscript<T>(n: T) -> Value? where T : NodeIDProtocol { get set } -
Accesses the property this map associates with
n, ordefaultPropertyif this map makes no such association.Declaration
Swift
public subscript<T: NodeIDProtocol>( n: T, default defaultProperty: @autoclosure () -> Value ) -> Value
-
Accesses the
Propertythis map associates withn.Declaration
Swift
public subscript<T>(n: T) -> Value? where T : DeclID { get set } -
Accesses the
Propertythis map associates withn, ordefaultPropertyif this map makes no such association.Declaration
Swift
public subscript<T>(n: T, default defaultProperty: @autoclosure () -> Value) -> Value where T : DeclID { get set }
-
Accesses the
Propertythis map associates withn.Declaration
Swift
public subscript<T>(n: T) -> Value? where T : ExprID { get set } -
Accesses the
Propertythis map associates withn, ordefaultPropertyif this map makes no such association.Declaration
Swift
public subscript<T>(n: T, default defaultProperty: @autoclosure () -> Value) -> Value where T : ExprID { get set }
-
Accesses the
Propertythis map associates withn.Declaration
Swift
public subscript<T>(p: T) -> Value? where T : PatternID { get set } -
Accesses the
Propertythis map associates withn, ordefaultPropertyif this map makes no such association.Declaration
Swift
public subscript<T: PatternID>( p: T, default defaultProperty: @autoclosure () -> Value ) -> Value
-
Declaration
Swift
mutating func updateMonotonically(_ other: `Self`)
View on GitHub