Open
Description
There are overloads for <
and <=
in system defined on pointer
, ptr T
and ref T
:
Nim/lib/system/comparisons.nim
Lines 124 to 126 in c4c44d1
Nim/lib/system/comparisons.nim
Lines 80 to 82 in c4c44d1
But they have no documentation. Are these supposed to exist? Are they used anywhere?