interface VecMap<T0, T1> {
    contents: _0x2.vec_map.Entry<T0, T1>[];
}

Type Parameters

  • T0
  • T1

Properties

Properties

contents: _0x2.vec_map.Entry<T0, T1>[]