DesktopEntry.keywords - multiple declarations

Function DesktopEntry.keywords

A list of strings which may be used in addition to other metadata to describe this entry.

auto std.algorithm.iteration.FilterResult!(desktopfile.file.DesktopFile.splitValues(string).__lambda2,desktopfile.file.DesktopFile.SplitValues) keywords() pure nothrow @safe const;

Returns

The range of multiple values associated with "Keywords" key.

Function DesktopEntry.keywords

Sets the list of values for the "Keywords" list.

string keywords(Range) (
  Range values
)
if (isInputRange!Range && isSomeString!(ElementType!Range));