DesktopEntry.mimeTypes - multiple declarations

Function DesktopEntry.mimeTypes

The MIME type(s) supported by this application.

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

Returns

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

Function DesktopEntry.mimeTypes

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

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