package
standard library
Version:
go1.26.0
Opens a new window with list of versions in this module.
Published: Feb 10, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ByteEq returns 1 if x == y and 0 otherwise.
Eq returns 1 if x == y and 0 otherwise.
LessOrEq returns 1 if x <= y and 0 otherwise.
Its behavior is undefined if x or y are negative or > 2**31 - 1.
Select returns x if v == 1 and y if v == 0.
Its behavior is undefined if v takes any other value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.