Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicSortedGenerator ¶
type AtomicSortedGenerator[T any] struct { // contains filtered or unexported fields }
func (*AtomicSortedGenerator[T]) Gen ¶
func (sg *AtomicSortedGenerator[T]) Gen(fn func(index int64) T) T
type SortedGenerator ¶
type SortedGenerator[T any] struct { // contains filtered or unexported fields }
func (*SortedGenerator[T]) Gen ¶
func (sg *SortedGenerator[T]) Gen(fn func(index int) T) T
Click to show internal directories.
Click to hide internal directories.