tiny.pluck.source_identity.SourceThunkIdContext
Defined in source_identity.
API (2)
Actions
Public operations.
Source
Source: lib/pluck/src/identity.zig:184
zig
pub const SourceThunkIdContext = struct { pub fn hash(_: SourceThunkIdContext, key: SourceThunkId) u64 { return key.hash(); } pub fn eql(_: SourceThunkIdContext, a: SourceThunkId, b: SourceThunkId) bool { return a.eql(b); }};Audit
| Definitions | 3 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |