package
1.0.0-rc.3
Repository: https://github.com/iotaledger/hive.go.git
Documentation: pkg.go.dev

# Functions

Converts a slice of bytes into a string without performing a copy.
Checks whether an interface is nil or has the value nil.
Creates an AtomicBool with default to false.
Converts a string into a slice of bytes without performing a copy.

# Type aliases

AtomicBool is an atomic Boolean Its methods are all atomic, thus safe to be called by multiple goroutines simultaneously Note: When embedding into a struct, one should always use *AtomicBool to avoid copy.