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 46a5e83 commit d0f806aCopy full SHA for d0f806a
spec/class.dd
@@ -371,6 +371,9 @@ $(GNAME Constructor):
371
}
372
------
373
374
+ $(P The compiler may generate a $(D __ctor) alias that matches with
375
+ constructors definitions.)
376
+
377
$(H3 $(LNAME2 delegating-constructors, Delegating Constructors))
378
379
$(P A constructor can call another constructor for the same class
@@ -729,6 +732,11 @@ $(GNAME Destructor):
729
732
by the gc.
730
733
)
731
734
735
+ $(P The compiler may generate $(D __dtor) and $(D __xdtor) alias that
736
+ matches the class destructor definition and inclusive destructors,
737
+ respectively.)
738
739
740
$(H2 $(LNAME2 static-constructor, Static Constructors))
741
742
$(GRAMMAR
0 commit comments