




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)









it's more confusing now


@heinrich5991.de

@ddnet.tw

what-is@ddnet.tw, it-is@ddnet.tw and i-dont-know@ddnet.tw












but if fok gets sixup extensions now, then vanilla someday decided to do something similar it will just create more complex stuff i think (edited)
























Add w as default bind for dummy hammer - def- oof






















































