`@OptionalParent` support
This version introduces a new Field
type extension.
Now KeyPaths to @OptionalParent
property wrappers can be passed into a new initializer:
Field("currentTodo", with: \.$currentTodo)
Fixes #8
This version introduces a new Field
type extension.
Now KeyPaths to @OptionalParent
property wrappers can be passed into a new initializer:
Field("currentTodo", with: \.$currentTodo)
Fixes #8