constraintsext

package
v5.29.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2024 License: Apache-2.0, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Complex

type Complex interface {
	~complex64 | ~complex128
}

Complex represents any complex number type.

type Float

type Float interface {
	~float32 | ~float64
}

Float represents any float type.

type Integer

type Integer interface {
	Signed | Unsigned
}

Integer represents any integer type both signed and unsigned.

type Number

type Number interface {
	Integer | Float
}

Number represents any non-complex number eg. Integer and Float.

type Signed

type Signed interface {
	~int | ~int8 | ~int16 | ~int32 | ~int64
}

Signed represents any signed integer.

type Unsigned

type Unsigned interface {
	~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 | ~uintptr
}

Unsigned represents any unsigned integer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL