Package bytes

Package bytes implements functions for byte slice manipulation.

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compare
func Compare(a, b []byte) int

Compare compares two byte slices lexicographically. The result is 0 if a == b, -1 if a < b, and +1 if a > b.

Types

This section is empty.