isLongOption

Returns true if the given argument is a long option. That is, if it starts with "--".

pure nothrow
bool
isLongOption
(
string arg
)

Meta