Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitsetMixin ¶
type BitsetMixin[V bitset.Value] struct { bitset.Bitset[V] }
BitsetMixin can be included in a bitset definition to get the associated functions for free.
func (BitsetMixin[V]) All ¶
func (l BitsetMixin[V]) All(val V, vals ...V) bool
func (BitsetMixin[V]) Any ¶
func (l BitsetMixin[V]) Any(val V, vals ...V) bool
type IterableMixin ¶
func (IterableMixin[V]) All ¶
func (i IterableMixin[V]) All(val V, vals ...V) bool
func (IterableMixin[V]) Any ¶
func (i IterableMixin[V]) Any(val V, vals ...V) bool
type LogicalMixin ¶
Click to show internal directories.
Click to hide internal directories.