Ext

Represents a file extension.

Constructors

this
this(immutable(C)[] extension)

Main constructor.

Members

Functions

opCmp
int opCmp(Ext!C other)
int opCmp(string other)

Compare using OS-specific case-sensitivity rules. If you want to force case-sensitive or case-insensistive, then call filenameCmp instead.

opEquals
int opEquals(Ext!C other)
int opEquals(string other)

Compare using OS-specific case-sensitivity rules. If you want to force case-sensitive or case-insensistive, then call filenameCmp instead.

toRawString
immutable(C)[] toRawString()

Convert to string, wstring or dstring, depending on the type of Ext.

toString
string toString()

Convert to string.

Meta