tiny.chant.ast.storage
Defined in ast.
API (1)
Types and contracts
Public types and contracts.
Source
Source: lib/chant/src/ast/root.zig:5
zig
pub const storage = @import("storage.zig");Source: lib/chant/src/ast/storage.zig
zig
pub const Storage = enum { none, static, extern_storage, typedef_storage,};Audit
| Definitions | 2 |
|---|---|
| Public names | 3 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |