isOption

Returns true if the given argument is an option. That is, it is either a short option or a long option.

pure nothrow
bool
isOption
(
string arg
)

Meta