both
both<
A,B>(f,s):TheseBoth<A,B>
Defined in: Core/These.ts:63
Creates a These holding both a first and a second value simultaneously.
Type Parameters
Section titled “Type Parameters”A
B
Parameters
Section titled “Parameters”A
B
Returns
Section titled “Returns”TheseBoth<A, B>