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.13.0-0.dev
Published
Jan 30, 2025
Platform
darwin/amd64
Imports
2 packages
Last checked
48 minutes ago

Tools for package owners.