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