Skip to main content Link Search Menu Expand Document (external link)

HashMap overview

Added in v1.0.0


Table of contents


utils

getAt

Signature

export declare const getAt: <K, A>() => At<HashMap.HashMap<K, A>, K, Option.Option<A>>

Added in v1.0.0

getIndex

Signature

export declare const getIndex: <K, A>() => Index<HashMap.HashMap<K, A>, K, A>

Added in v1.0.0