dub v1.30.0 (2022-11-14T16:08:40Z)
Dub
Repo
paintIf
configy
Utils
Paint
arg
in color
ifTrue
if
cond
evaluates to
true
, use color
ifFalse
otherwise
package
Colored
!
T
paintIf
(
T
)
(
T
arg
,
bool
cond
,
string
ifTrue
,
string
ifFalse
)
Meta
Source
See Implementation
configy
Utils
aliases
SinkType
functions
dbgWrite
dbgWriteRet
paint
paintBool
paintIf
structs
Colored
variables
Cyan
Green
Red
Reset
Yellow
indent
Paint arg in color ifTrue if cond evaluates to true, use color ifFalse otherwise