logTypeResult

Pretty loggning with indentation.

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

Meta