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 generic parameters of the struct.",
1847
1864
isOptional:true
1848
1865
),
1849
1866
Child(
1850
1867
name:"InheritanceClause",
1851
1868
kind:.node(kind:"TypeInheritanceClause"),
1852
1869
nameForDiagnostics:"type inheritance clause",
1870
+
description:"The inheritance clause of the struct type. This clause can contain only one or more protocols.",
1853
1871
isOptional:true
1854
1872
),
1855
1873
Child(
1856
1874
name:"GenericWhereClause",
1857
1875
kind:.node(kind:"GenericWhereClause"),
1858
1876
nameForDiagnostics:"generic where clause",
1877
+
description:"The generic where clause of the struct",
1859
1878
isOptional:true
1860
1879
),
1861
1880
Child(
1862
1881
name:"MemberBlock",
1863
-
kind:.node(kind:"MemberDeclBlock")
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."
0 commit comments