tiny.preserves.syncedRecord
Defined in tiny.preserves.
Builds the record <Synced>, which has no fields, for values whose domain is AnyEmbedded.
Source
Source: lib/preserves/src/root.zig:245
zig
/// Builds the record `<Synced>`, which has no fields, for values whose domain is `AnyEmbedded`./// Code that marks a sync point calls it for a record with its label spelled once, in `symbols`./// The label is a new copy of the symbol `Synced`. `Value.deinit` frees the record. On/// `error.OutOfMemory` the call frees what it allocated.pub const syncedRecord = any_records.syncedRecord;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |