mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-06-30 10:01:42 +02:00
docs
This commit is contained in:
@@ -100,7 +100,7 @@ extension FieldContainer {
|
|||||||
/**
|
/**
|
||||||
Overload for compiler error message only
|
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(
|
public init(
|
||||||
wrappedValue initial: @autoclosure @escaping () -> V,
|
wrappedValue initial: @autoclosure @escaping () -> V,
|
||||||
_ keyPath: KeyPathString,
|
_ keyPath: KeyPathString,
|
||||||
|
|||||||
Reference in New Issue
Block a user