It conflicts with the built-in `find` in system, how can I override it? import sugar, options proc find*[T](list: openarray[T], check: (T) -> bool): Option[T] = for v in list: if check(v): return v.some T.none echo @[1, 2, 3].find((v) => v == 2) Run
- Why can't I define custom `find` proc and override one fro... alexeypetrushin
- Why can't I define custom `find` proc and override on... cblake
- Why can't I define custom `find` proc and overrid... Stefan_Salewski
- Why can't I define custom `find` proc and ove... cblake
- Why can't I define custom `find` proc and... Stefan_Salewski
- Why can't I define custom `find` pro... cblake
- Why can't I define custom `find`... cblake
- Why can't I define custom `f... cblake
- Why can't I define custom `f... alexeypetrushin
- Why can't I define custom `f... Araq
- Why can't I define custom `f... cblake