Skip to content

Commit c75187d

Browse files
Merge pull request #4195 from ntrel/class-hidden-links
[spec/class] Add links to ABI and context pointer in Hidden Fields section
2 parents e46fea7 + 8b270ae commit c75187d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/class.dd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ $(TROW $(RELATIVE_LINK2 outer-property, `.outer`), $(ARGS For
183183
$(H3 $(LNAME2 tupleof, `.tupleof`))
184184

185185
$(P The $(D .tupleof) property provides a symbol sequence
186-
of all the non-static fields in the class, excluding the
186+
of all the non-static fields in the class, excluding the initial
187187
$(RELATIVE_LINK2 hidden-fields, hidden fields) and
188188
the fields in the base class.
189189
When used on an instance, `.tupleof` gives an
@@ -226,7 +226,9 @@ $(H3 $(LNAME2 hidden-fields, Accessing Hidden Fields))
226226
$(P The properties $(D .__vptr) and $(D .__monitor) give access
227227
to the class object's vtbl[] and monitor, respectively, but
228228
should not be used in user code.
229+
See $(DDSUBLINK spec/abi, classes, the ABI) for details.
229230
)
231+
$(P See also: $(RELATIVE_LINK2 nested-context, Context Pointer).)
230232

231233
$(H3 $(LNAME2 field_properties, Field Properties))
232234

0 commit comments

Comments
 (0)