const fmt_max_depth: type = if (@hasDecl(options_override, "fmt_max_depth")) options_override.fmt_max_depth else fmt.default_max_depth;
[src]
const fmt_max_depth: type = if (@hasDecl(options_override, "fmt_max_depth")) options_override.fmt_max_depth else fmt.default_max_depth;