package
0.0.0-20250206140059-0c7aa07fd502
Repository: https://github.com/ehsanranjbar/badgerutils.git
Documentation: pkg.go.dev

# Functions

NewAssigned creates a new named expression.
NewBound creates a new bound.
NewExact creates a new equality expression.
NewRange creates a new range lookup expression.
NewSet creates a new in expression.

# Structs

Assigned associates a name with an expression.
Bound represents a bound.
Exact represents an exact equality expression.
Range represents a range of values of a sequential type.
Set represents a set that the value must be in.