Imports of package bytes

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
internal/bytealg
ioPackage io provides basic interfaces to I/O primitives.
iterPackage iter provides basic definitions and operations related to iterators over sequences.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.
unsafePackage unsafe contains operations that step around the type safety of Go programs.