Home > @hz-9/algorithm > IKeyValueObj
An interface representing a key-value object.
表示键值对象的接口。
Signature:
export interface IKeyValueObj<K, V>
Property
Modifiers
Type
Description
key
K
value
V