constraints

package
v0.0.65 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2023 License: CC0-1.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 Bool added in v0.0.57

type Bool interface{ ~bool }

type Complex added in v0.0.60

type Complex interface {
	Complex64 | Complex128
}

type Complex128

type Complex128 interface{ ~complex128 }

type Complex64

type Complex64 interface{ ~complex64 }

type Float added in v0.0.60

type Float interface {
	Float32 | Float64
}

type Float32

type Float32 interface{ ~float32 }

type Float64

type Float64 interface{ ~float64 }

type Int

type Int interface{ ~int }

type Int16

type Int16 interface{ ~int16 }

type Int32

type Int32 interface{ ~int32 }

type Int64

type Int64 interface{ ~int64 }

type Int8

type Int8 interface{ ~int8 }

type Integer added in v0.0.60

type Integer interface {
	Signed | Unsigned
}

type Ordered added in v0.0.60

type Ordered interface {
	Integer | Float | String
}

type Signed added in v0.0.60

type Signed interface {
	Int | Int64 | Int32 | Int16 | Int8
}

type String

type String interface{ ~string }

type Uint

type Uint interface{ ~uint }

type Uint16

type Uint16 interface{ ~uint16 }

type Uint32

type Uint32 interface{ ~uint32 }

type Uint64

type Uint64 interface{ ~uint64 }

type Uint8

type Uint8 interface{ ~uint8 }

type Uintptr

type Uintptr interface{ ~uintptr }

type Unsigned added in v0.0.60

type Unsigned interface {
	Uint | Uint8 | Uint16 | Uint32 | Uint64 | Uintptr
}

Jump to

Keyboard shortcuts

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