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
description:"The struct declaration identifier. If the identifier matches a reserved keyword it must be enclosed in backticks."
1858
1858
),
1859
1859
Child(
1860
1860
name:"GenericParameterClause",
1861
1861
kind:.node(kind:"GenericParameterClause"),
1862
1862
nameForDiagnostics:"generic parameter clause",
1863
-
description:"The generic parameters of the struct.",
1863
+
description:"The generic parameters of the struct declaration.",
1864
1864
isOptional:true
1865
1865
),
1866
1866
Child(
1867
1867
name:"InheritanceClause",
1868
1868
kind:.node(kind:"TypeInheritanceClause"),
1869
1869
nameForDiagnostics:"type inheritance clause",
1870
-
description:"The inheritance clause of the struct type. This clause can contain only one or more protocols.",
1870
+
description:"The struct declaration inheritance clause. It may contain one or more type identifiers.",
1871
1871
isOptional:true
1872
1872
),
1873
1873
Child(
1874
1874
name:"GenericWhereClause",
1875
1875
kind:.node(kind:"GenericWhereClause"),
1876
1876
nameForDiagnostics:"generic where clause",
1877
-
description:"The generic where clause of the struct",
1877
+
description:"The generic where clause of the struct.",
1878
1878
isOptional:true
1879
1879
),
1880
1880
Child(
1881
1881
name:"MemberBlock",
1882
1882
kind:.node(kind:"MemberDeclBlock"),
1883
-
description:"The members of the struct. Struct extensions may declare additional members so the contents of this block should not be assumed to be the complete member list for this struct."
1883
+
description:"The members of the struct declaration. Because struct extension declarations may declare additional members the contents of this block may not always be the complete list of all members for this type."
0 commit comments