Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • MapRow

Indexable

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

Index

Constructors

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

Accessors

  • get size(): number

Methods

  • [iterator](): MapRowIterator<K, V>
  • toArray(): unknown[]
  • toJSON(): { [ P in any]: V["TValue"] }
  • toString(): string

Generated using TypeDoc