You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compound types can consist of several object types and they may have a single refinement which can be used to narrow the signature of existing object members.
88
-
The general form is: `A & B & C ... { refinement }`
88
+
Note that you can have more than two types: `A & B & C & ...`.
89
+
And `&` is associative, so parentheses can be added around any part without changing the meaning.
0 commit comments