Result.this

Undocumented in source.
  1. this()
  2. this(V value)
  3. this(V value, string msg, string file, size_t line)
  4. this(string msg, string file, size_t line)
    struct Result(V, Except = Exception)
    pure nothrow
    this
    (
    string msg
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  5. this(Except e)

Meta