AnsiStyle.get

Get the status of a certain styling option.

struct AnsiStyle
@safe @nogc nothrow pure const
bool
get

Parameters

style AnsiSgrStyle

The styling option to get.

Return Value

Type: bool

true if the styling option is enabled, false otherwise.

Meta