menu
nebula_dart_gdbc package
documentation
gen/nebula_graph/nebula_graph.dart
TCompactProtocol
zigzagToInt method
zigzagToInt method
dark_mode
light_mode
zigzagToInt
method
int
zigzagToInt
(
int
n
)
Implementation
int zigzagToInt(int n) { return (n >> 1) ^ -(n & 1); }
nebula_dart_gdbc package
documentation
gen/nebula_graph/nebula_graph
TCompactProtocol
zigzagToInt method
TCompactProtocol class