Documentation
¶
Overview ¶
Package prim contains primitive types used in the epxressions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Primitive ¶
type Primitive interface { Get() interface{} Binary(o Primitive, op Operation) (Primitive, error) Unary(op Operation) (Primitive, error) }
func ValueToPrimitive ¶
func ValueToPrimitive(i interface{}) Primitive
Source Files
¶
Click to show internal directories.
Click to hide internal directories.