Skip to content

NonEmptySet

NonEmptySet<A> = Brand<InternalNonEmpty<"Uniq">, ReadonlySet<A>>

Defined in: Data/Uniq.ts:14

A branded type representing a unique collection with at least one element.

A