tonyfettes/starlark/value does not have a README file
pub(all) enum Value { None Bool(Bool) Int(Int64) String(String) List(@moonbitlang/core/ref.RefRef[Array[Value]]) Tuple(FixedArray[Value]) Dict(@moonbitlang/core/ref.RefRef[Map[String, Value]]) Function(String, (Array[Value], Map[String, Value]) -> Value raise) BuiltinFunction(String, (Array[Value], Map[String, Value]) -> Value raise)} derive(Show)
fn Value::is_truthy(self : Value) -> Bool
fn Value::type_name(self : Value) -> String
Install
Embeddable Starlark interpreter written in MoonBit
Powered by MoonBit
© 2026 mooncakes.io