Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • MapRow

Indexable

[key: string]: V["TValue"]

Index

Constructors

constructor

  • new MapRow<K, V>(slice: Data<Struct<{ key: K; value: V }>>): MapRow<K, V>

Accessors

size

  • get size(): number

Methods

[iterator]

  • [iterator](): MapRowIterator<K, V>

toArray

  • toArray(): unknown[]

toJSON

  • toJSON(): { [ P in any]: V["TValue"] }

toString

  • toString(): string

Generated using TypeDoc