Function toFulfilment takes an array or iterable of any values T and returns a SettledRight<T>[].
toFulfilment
T
SettledRight<T>[]
an array of SettledRight<T>.
SettledRight<T>
an array or iterable of any values T
Generated using TypeDoc v0.23.24
Function
toFulfilmenttakes an array or iterable of any valuesTand returns aSettledRight<T>[].Returns
an array of
SettledRight<T>.