isLongOption

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

bool
isLongOption
pure nothrow
(
string arg
)

Meta