flatten

Given an arbitrary amount of arguments, convert each to a string and return that as an array

string[]
flatten
(
TextType...
)
(
TextType segments
)

Parameters

segments TextType

alias sequence

Return Value

Type: string[]

a flattened string[]

Meta