We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f21bc commit ae9b018Copy full SHA for ae9b018
extension/pytree/pytree.h
@@ -55,6 +55,7 @@ using KeyInt = int32_t;
55
56
struct Key {
57
enum class Kind : uint8_t { None, Int, Str } kind_;
58
+
59
private:
60
std::variant<std::monostate, KeyInt, KeyStr> repr_;
61
0 commit comments