tiny.coz.Scope
Defined in tiny.coz.
Source
Source: lib/coz/src/runtime.zig:300
zig
pub fn Scope(comptime name: []const u8) type { return struct { pub inline fn init() @This() { begin(name); return .{}; } pub inline fn end(_: @This()) void { module.end(name); } };}Source: lib/coz/src/root.zig:78
zig
pub const Scope = runtime.Scope;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |