func concat<T>(T) -> ModifiedContent <Self, T>
Returns a new modifier that is the result of concatenating
self
with modifier
.
ある新しい修飾子を返します、それはself
をmodifier
と連結する結果です。