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…