Registry / utility / uint128

uint128

JSON →
library1.3.0gogounverified

Package uint128 provides a 128-bit unsigned integer type for Go.

go get lukechampine.com/uint128
INSTALL
IMPORT
SIG · UINT128
U
uint128
utilitygov1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

uint128
lukechampine.com/uint128

Creates a uint128 from a 64-bit value and prints it.

package main import ( "fmt" "lukechampine.com/uint128" ) func main() { u := uint128.From64(42) fmt.Println(u) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources