Skip to content

first

first<A, B>(tuple): A

Defined in: Core/Tuple.ts:44

Returns the first value from the pair.

A

B

Tuple<A, B>

A

Tuple.first(Tuple.make("Paris", 2_161_000)); // "Paris"