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.5.0-beta.4
Published
Feb 2, 2023
Platform
darwin/amd64
Imports
2 packages
Last checked
48 minutes ago

Tools for package owners.