colorHelper

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string colorHelper(string str, string name)
  2. string colorHelper(string str, T t)
    pure
    string
    colorHelper
    (
    T
    )
    (
    const string str
    ,
    const T t = T.init
    )
    if (
    is(T : fg) ||
    is(T : bg)
    ||
    is(T : mode)
    )

Meta