AnyViewModifying public protocol AnyViewModifying : NamedType, Decodable, Encodable Undocumented apply(to:) Undocumented Declaration Swift func apply<V>(to view: V) -> _View where V : View Available where Self: ViewModifier apply(to:) Default implementation Default Implementation Undocumented Declaration Swift public func apply<V>(to view: V) -> _View where V : View