with(_:_:)

Returns a new syntax node that has the child at keyPath replaced by value.

SyntaxProtocol.swift:150
func with<T>(_ keyPath: WritableKeyPath<Self, T>, _ value: T) -> Self