Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assigned ¶
type Assigned struct {
// contains filtered or unexported fields
}
Assigned associates a name with an expression.
func NewAssigned ¶
NewAssigned creates a new named expression.
type Bound ¶
type Bound[T any] struct { // contains filtered or unexported fields }
Bound represents a bound. either exclusive or inclusive.
type Exact ¶
type Exact[T any] struct { // contains filtered or unexported fields }
Exact represents an exact equality expression.
type Range ¶
type Range[T any] struct { // contains filtered or unexported fields }
Range represents a range of values of a sequential type.
Click to show internal directories.
Click to hide internal directories.