constraints

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Equable

type Equable interface {
	Integer | Float | ~string | ~bool | ~rune
}

Equable Simple assignable type, excluding resurrection type, and can judge whether it is equal to.

type Float

type Float interface {
	~float32 | ~float64
}

type Integer

type Integer interface {
	SignedInteger | UnsignedInteger
}

type KeyIterable

type KeyIterable interface {
	Integer | Float | ~string
}

type SignedInteger

type SignedInteger interface {
	~int8 | ~int16 | ~int32 | ~int | ~int64 | ~byte
}

type UnsignedInteger

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

type ValueIterable

type ValueIterable interface {
	any
}

ValueIterable support basic types and composite lists

Jump to

Keyboard shortcuts

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