package
Version:
v0.0.0-...-e90178e
Opens a new window with list of versions in this module.
Published: May 16, 2025
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Boolean creates an [Expr] that returns a boolean value.
Empty creates an [Expr] that returns a nil value.
Error creates an [Expr] that returns an error.
Float creates an [Expr] that returns a float value.
Integer creates an [Expr] that returns an integer value.
Slice creates an [Expr] that returns a slice of values.
String creates an [Expr] that returns a string value.
Func is a function type that implements the expr.Expr interface.
Eval evaluates the function and returns the result.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.