package issue336
import "github.com/mmcloughlin/avo/tests/fixedbugs/issue336"
Package issue336 tests boolean arguments and return values.
Issue #336 pointed out that move deduction for boolean types was not present.
Index ¶
Functions ¶
func Not16 ¶
Not16 returns the boolean negation of x using a 16-bit intermediate.
func Not32 ¶
Not32 returns the boolean negation of x using a 32-bit intermediate.
func Not64 ¶
Not64 returns the boolean negation of x using a 64-bit intermediate.
func Not8 ¶
Not8 returns the boolean negation of x using a 8-bit intermediate.
Source Files ¶
- Version
- v0.6.0 (latest)
- Published
- Jan 7, 2024
- Platform
- linux/amd64
- Last checked
- 1 month ago –
Tools for package owners.