tiny.pluck.runtime.RuntimeValueContext
Defined in runtime.
API (2)
Actions
Public operations.
Source
Source: lib/pluck/src/runtime.zig:815
zig
pub const RuntimeValueContext = struct { pub fn hash(_: RuntimeValueContext, key: *RuntimeValue) u64 { return key.hash(); } pub fn eql(_: RuntimeValueContext, a: *RuntimeValue, b: *RuntimeValue) bool { return a.eql(b); }};Also reachable as
evaluator.RuntimeValueContext.
Audit
| Definitions | 3 |
|---|---|
| Public names | 6 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |