logTypeResult

Pretty loggning with indentation.

  1. void logTypeResult(TypeResult result, uint indent, string func, uint line)
  2. void logTypeResult(TypeResults results, uint indent, string func, uint line)
  3. void logTypeResult(Nullable!TypeResults results, uint indent, string func, uint line)
    @safe pure nothrow
    void
    logTypeResult
    (
    const Nullable!TypeResults results
    ,
    in uint indent = 0
    ,
    in string func = __FUNCTION__
    ,
    in uint line = __LINE__
    )

Meta