Skip to content

second

second<A, B>(tuple): B

Defined in: Core/Tuple.ts:67

Returns the second value from the pair.

A

B

Tuple<A, B>

B

Tuple.second(Tuple.from.pair("Paris", 2_161_000)); // 2161000