StringUtils.toStringArray

Copy the given Enumeration into a {@code string} array. The Enumeration must contain {@code string} elements only. @param enumeration the Enumeration to copy @return the {@code string} array

class StringUtils
static
string[]
toStringArray
(
InputRange!string range
)

Meta