AppleDocs for Field source files

This commit is contained in:
John Estropia
2020-03-26 01:57:32 +09:00
parent b6db872be0
commit 97f2a53124
14 changed files with 408 additions and 148 deletions

View File

@@ -35,6 +35,7 @@ extension DynamicObject where Self: CoreStoreObject {
The containing type for value propertiess.
```
class Pet: CoreStoreObject {
@Field.Stored("species")
var species = ""
@@ -66,6 +67,7 @@ extension DynamicObject where Self: CoreStoreObject {
The containing type for value properties. Use the `Field` typealias instead for shorter syntax.
```
class Pet: CoreStoreObject {
@Field.Stored("species")
var species = ""