constraints

package
v0.0.0-...-ab0b796 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2025 License: MIT Imports: 1 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 复数类型

type Float

type Float interface {
	~float32 | ~float64
}

Float 浮点型

type Integer

type Integer interface {
	Signed | Unsigned
}

Integer 整型

type Number

type Number interface {
	Integer | Float
}

Number 数字类型

type Ordered

type Ordered = cmp.Ordered

Ordered 可排序类型

type Signed

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

Signed 有符号整型

type Unsigned

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

Unsigned 无符号整型

Jump to

Keyboard shortcuts

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