package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Jun 15, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Bool is an atomic type-safe wrapper for bool values.
NewBool create new atomic type-safe bool.
False returns whether the Boolean is false.
Set sets the Boolean to true.
String returns a as string.
True returns whether the Boolean is true.
UnSet sets the Boolean to false.
Uint64 is an atomic type-safe wrapper for uint64 values.
NewUint64 create new atomic type-safe uint64
Get atomically gets the value of u.
Set atomically stores n into u.
String returns u as string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.