generic

package
v0.0.47 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2023 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApproxSizeOf

func ApproxSizeOf[T any](v T) (int, error)

SizeOf returns the approx size of a variable in bytes

func EqualsAll

func EqualsAll[T comparable](base T, all ...T) bool

EqualsAll checks if a base value of type T is equal to all of the other values of type T provided as arguments.

func EqualsAny

func EqualsAny[T comparable](base T, all ...T) bool

EqualsAny checks if a base value of type T is equal to any of the other values of type T provided as arguments.

Types

type Lockable

type Lockable[K any] struct {
	V K
	sync.RWMutex
}

func WithLock

func WithLock[K any](val K) *Lockable[K]

func (*Lockable[K]) Do

func (v *Lockable[K]) Do(f func(val K))

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL