package types

import "cuelang.org/go/internal/types"

Index

Functions

func CastValue

func CastValue(t *Value, x interface{}) bool

Types

type Interface

type Interface interface {
	Core(v *Value)
}

type Value

type Value struct {
	R *runtime.Runtime
	V *adt.Vertex
}

Source Files

value.go

Version
v0.12.0 (latest)
Published
Jan 30, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
8 hours ago

Tools for package owners.