if seen.contains(&(deck1, deck2)) {
...
}
seen
is of type HashSet<(VecDeque<i32>,VecDeque<i32>)
Why does this move deck1
and deck2
? Any way around this? (edited)let decks = (deck1, deck2);
if seen.contains(&decks) {
âŠ
}
decks
?decks.0
, decks.1
or let (deck1, deck2) = decks;
RepackMsg
function in server.cpp to also work correctly with extended net messages@fokkonaut.github.io
@heinrich5991.de
^^) (edited)@heinrich5991.de
@ddnet.tw
what-is@ddnet.tw
, it-is@ddnet.tw
and i-dont-know@ddnet.tw
Add w as default bind for dummy hammer - def-
oof