Skip to content

NonEmptySet

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

Defined in: Data/Uniq.ts:9

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

A