expected.expected

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto expected(Args args)
    template expected(alias fun, Hook = Abort)
    @safe
    expected
    (
    Args...
    )
    (
    auto ref Args args
    )
    if (
    is(typeof(fun(args)))
    )
  2. Expected!(T, E, Hook) expected(T value)
  3. Expected!(void, E, Hook) expected()

Meta