Documentation ¶
Overview ¶
Package slice contains byte slice helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clean ¶ added in v0.99.3
func Clean(b []byte)
Clean wipes the data in b by filling it with zeros.
func CopyReverse ¶
CopyReverse returns a new byte slice containing reversed version of the original.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.