zweix

Results 13 comments of zweix

A considerable amount of design has been completed, but there are some difficulties that will be discussed here: [Kvrocks-Discussions-Difficulties in designing documents for Top-K data structures and commands #2449](https://github.com/apache/kvrocks/discussions/2449).

I seem to understand a bit. ```go func TestZweix(t *testing.T) { type F struct { A int B string } opt1 := gust.Some[*F](&F{A: 1, B: "2"}) opt2 := gust.Some[*F](nil) }...

It seems that the idea of use free Cursor has been cut off.