Skip to content

Commit d05e534

Browse files
ntreldlang-bot
authored andcommitted
[spec/expression] Document . postfix operator
1 parent e2f0e87 commit d05e534

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/expression.dd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,13 @@ $(GNAME PostfixExpression):
13461346

13471347
$(TABLE
13481348
$(THEAD Operator, Description)
1349+
$(TROW `.`,
1350+
Either:
1351+
* Access a $(DDLINK spec/property, Properties, property) of a type or expression.
1352+
* Access a member of a module, package, aggregate type or instance, enum
1353+
or template instance.
1354+
* Call a free function using $(DDSUBLINK spec/function, pseudo-member, UFCS).
1355+
)
13491356
$(TROW `++`, Increment after use - see $(RELATIVE_LINK2 order-of-evaluation, order of evaluation))
13501357
$(TROW `--`, Decrement after use)
13511358
)

0 commit comments

Comments
 (0)