- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ByteKeySet (0.09 sec)
-
staging/src/k8s.io/apimachinery/pkg/util/sets/byte.go
// NewByte creates a Byte from a list of values. func NewByte(items ...byte) Byte { return Byte(New[byte](items...)) } // ByteKeySet creates a Byte from a keys of a map[byte](? extends interface{}). // If the value passed in is not actually a map, this will panic. func ByteKeySet[T any](theMap map[byte]T) Byte { return Byte(KeySet(theMap)) } // Insert adds items to the set. func (s Byte) Insert(items ...byte) Byte {
Registered: 2024-06-15 01:39 - Last Modified: 2022-10-20 03:47 - 3.9K bytes - Viewed (0)