Modules
std
zig
Zir
Inst
SwitchBlock
ProngInfo
Capture
enum Capture
[src]
Fields
none
by_val
by_ref
Source
pub const Capture = enum(u2) { none, by_val, by_ref, }