DesktopFile.splitValues

Some keys can have multiple values, separated by semicolon. This function helps to parse such kind of strings to the range.

class DesktopFile
static @trusted
splitValues
(
string values
)

Return Value

Type: auto

the range of multiple values.

Meta