concat(_:)
Returns a new modifier that is the result of concatenating self with modifier.
Declaration
nonisolated func concat<T>(_ modifier: T) -> ModifiedContent<Self, T>Returns a new modifier that is the result of concatenating self with modifier.
nonisolated func concat<T>(_ modifier: T) -> ModifiedContent<Self, T>