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
| Getter accessors | Yes, via `get<name>`. Boolean properties that start with `is` or `has` are remapped directly to a getter method using their original name. For structs and classes only|
189
-
| Setter accessors | Yes, via `set<name>`. For structs and classes only|
188
+
| Getter accessors | Yes, via `get<name>`. Boolean properties that start with `is` or `has` are remapped directly to a getter method using their original name|
189
+
| Setter accessors | Yes, via `set<name>`|
190
190
| Mutation accessors | No |
191
+
192
+
**Generics**
193
+
194
+
|**Swift Language Feature**|**Implemented Experimental Support For Using It In C++**|
0 commit comments