Hacker News new | ask | show | jobs
by howinteresting 1255 days ago
Binary search is similar and the return type there is already Result<usize, usize>: https://doc.rust-lang.org/std/vec/struct.Vec.html#method.bin...