jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / Stack Overflow · hot matching “ice”

2 shown · updated 9m ago · read only
  1. Preferred way to compare slices in odin (stackoverflow.com)stack

    18 points by agatzan in stackoverflow.com · 7mo ago · stack

    To compare by reference, I can deal with raw_data as described here . What is the preferred method of comparing values? I think it's too generic to not exist in std... // Maybe I can make `return false` on `len(_1) != len(_2)` cmp :: proc(_1, _2: []$T) -> bool where intrinsics.t…
  2. Is there a way in Vim to make :W to do the same thing as :w? (stackoverflow.com)stack

    3 points by dwcanillas in stackoverflow.com · 14y ago · stack

    Is there a way in Vim to make :W to do the same thing as :w? The same goes for :q and :Q. I almost always don't let up on Shift quick enough and, seeing that :Q and :W aren't used anyway, I thought it would be nice to just have them do the same as their lowercase counterparts.
    filed under vim