andThen

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto andThen(Result!(T, E) result)
  2. auto andThen(Result!(T, E) result)
    andThen
    (
    alias pred
    T
    E
    )
    (
    auto ref scope Result!(T, E) result
    )
    if (
    isOk!(typeof(pred(T.init)))
    )
  3. auto andThen(Result!(T, E) result)
  4. auto andThen(Result!(T, E) result)

Meta