undef
defined
boolean: bool
int: i64
ident: []const u8
string: []const u8
pub const Value = union(enum) { undef, defined, boolean: bool, int: i64, ident: []const u8, string: []const u8, }
Press escape to exit search and then '?' to see more options.