mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 08:59:08 +01:00
docs
This commit is contained in:
@@ -100,7 +100,7 @@ extension FieldContainer {
|
||||
/**
|
||||
Overload for compiler error message only
|
||||
*/
|
||||
@available(*, unavailable, message: "Field.Computed properties are not allowed to have initial values, including `nil`.")
|
||||
@available(*, unavailable, message: "Field.Virtual properties are not allowed to have initial values, including `nil`.")
|
||||
public init(
|
||||
wrappedValue initial: @autoclosure @escaping () -> V,
|
||||
_ keyPath: KeyPathString,
|
||||
|
||||
Reference in New Issue
Block a user