REL
Restriction
Expr := Expr "<:" Expr
Expr := Expr ":>" ExprPrefix join (or prefix restriction) R <: S is syntax for prefix_join[R, S] defined in the Standard Library.
Suffix join (or suffix restriction) R :> S is syntax for suffix_join[R, S] defined in the Standard Library.
Next: Override
Was this doc helpful?