Result.success

Constructs a successful result, returning the given value.

  1. Result!T success(T value)
    struct Result(T)
    static
    success
    ()
    ()
  2. Result!void success()

Meta