mapSecond
mapSecond<
B,D>(f): <A>(tuple) =>Tuple<A,D>
Defined in: Core/Tuple.ts:74
Transforms the second value, leaving the first unchanged.
Type Parameters
Section titled “Type Parameters”B
D
Parameters
Section titled “Parameters”(b) => D
Returns
Section titled “Returns”<A>(tuple) => Tuple<A, D>