We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34c522 commit 2757f7aCopy full SHA for 2757f7a
ReferenceManual/Expressions.rst
@@ -1142,8 +1142,13 @@ by passing them to the ``[keyPath:]`` subscript.
1142
As of 2017-04-19 Joe Groff says he expects to only implement property names
1143
for WWDC. More stuff will land later.
1144
1145
- key-path-component --> identifier ``?``
1146
- key-path-component --> ``[`` function-argument-list ``]``
+ key-path-expression --> ``\`` type-OPT ``.`` key-path-components
+
1147
+ key-path-components --> key-path-component | key-path-component ``.`` key-path-components
1148
+ key-path-component --> identifier keypath-postfixes-OPT | keypath-postfixes
1149
1150
+ key-path-postfixes --> key-path-postfix key-path-postfixes-OPT
1151
+ key-path-postfix --> ``?`` | ``!`` | ``[`` function-argument-list ``]``
1152
1153
1154
.. _Expression_SelectorExpression:
0 commit comments