README

tonyfettes/starlark/value does not have a README file

#
Value

pub(all) enum Value {
None
Bool(Bool)
Int(Int64)
String(String)
List(
Ref
[Array[Value]])
Tuple(FixedArray[Value])
Dict(
Ref
[Map[String, Value]])
Function(String, (Array[Value], Map[String, Value]) -> Value raise)
BuiltinFunction(String, (Array[Value], Map[String, Value]) -> Value raise)
} derive(Show)

#
Value::is_truthy

fn Value::is_truthy(self : Value) -> Bool

#
Value::type_name

fn Value::type_name(self : Value) -> String

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io