Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2026 Changes in this version + func ConvertU32S(b []byte) []uint32 + func Memclr(b []byte) + func MemclrI(v interface{}) + func MemclrU32(b []uint32) + func MemclrU64(b []uint64) + func Memset(a []byte, v byte) + func MemsetU32(a []uint32, v uint32) + func MemsetU64(a []uint64, v uint64) + func P8(b []byte) *byte + func TestFieldIsAligned(t *testing.T, align uintptr, raw interface{}, fieldName string) + func VP8(b []byte) unsafe.Pointer + func VPU32(b []uint32) unsafe.Pointer + func VPU64(b []uint64) unsafe.Pointer