Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyValuePair ¶
type KeyValuePair[K, V any] struct { // contains filtered or unexported fields }
func NewKeyValuePair ¶
func NewKeyValuePair[K, V any](key K, value V) KeyValuePair[K, V]
func (KeyValuePair[K, V]) Key ¶
func (kvp KeyValuePair[K, V]) Key() K
func (KeyValuePair[K, V]) SetKey ¶
func (kvp KeyValuePair[K, V]) SetKey(key K)
func (KeyValuePair[K, V]) SetValue ¶
func (kvp KeyValuePair[K, V]) SetValue(value V)
func (KeyValuePair[K, V]) String ¶
func (kvp KeyValuePair[K, V]) String() string
func (KeyValuePair[K, V]) Value ¶
func (kvp KeyValuePair[K, V]) Value() V
Click to show internal directories.
Click to hide internal directories.