Returns a value of type T representing the logical OR operation on the given arguments.
If any of the arguments is a rejected promise.
T - The type of the arguments and the return value.
Rest
The arguments to be evaluated for the logical OR operation.
A value of type T representing the result of the logical OR operation.
Returns a value of type T representing the logical OR operation on the given arguments.
Throws
If any of the arguments is a rejected promise.
Typeparam
T - The type of the arguments and the return value.