Link Search Menu Expand Document

NonEmptyArray overview

Added in v1.5.0


Table of contents


constructor

indexNonEmptyArray

Signature

export declare function indexNonEmptyArray<A = never>(): Index<NonEmptyArray<A>, number, A>

Added in v1.5.0