Documentation ¶
Overview ¶
Package memops implements accelerated memory block manipulation primitives
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ZeroMemory ¶
func ZeroMemory[T Pointerless](buf []T)
ZeroMemory fills buf with zeros. CAUTION: must be used only for T not containing pointers!
Types ¶
type Pointerless ¶
type Pointerless interface { }
Click to show internal directories.
Click to hide internal directories.