ProjectValue

public struct ProjectValue : Lens

A lens that projects the value part.`

  • The key path value represented by this lens type.

    Declaration

    Swift

    public static var focus: WritableKeyPath<KeyValuePair, Value> { get }