Documentation
¶
Overview ¶
Package bits 提供位操作相关的逻辑
Index ¶
- func Clear[T constraints.Unsigned](orig T, offsets ...int) T
- func HasAll[T constraints.Unsigned](b T, offsets ...int) bool
- func HasAny[T constraints.Unsigned](b T, offsets ...int) bool
- func New32[T ~uint32](offsetsToSet ...int) T
- func New64[T ~uint64](offsetsToSet ...int) T
- func Set[T constraints.Unsigned](orig T, offsets ...int) T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.