Skip to content

first

first<A>(value): TheseFirst<A>

Defined in: Core/These.ts:41

Creates a These holding only a first value.

A

A

TheseFirst<A>

These.first(42); // { kind: "First", first: 42 }