package
Version:
v0.78.0
Opens a new window with list of versions in this module.
Published: Sep 3, 2026
License: BSD-3-Clause, AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Difference returns the elements in `a` that aren't in `b`.
func RandIntn ¶
added in
v0.78.0
RandIntn returns a uniformly distributed int in [0, n) sourced from
crypto/rand. It panics if n <= 0 or the platform randomness source fails.
func ToPtr[T any](value T) *T
ToPtr returns a pointer to the given value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.