aboutsummaryrefslogtreecommitdiff
path: root/lib/std/priority_queue.zig
diff options
context:
space:
mode:
authorCody Tapscott <topolarity@tapscott.me>2022-02-27 01:19:02 -0700
committerCody Tapscott <topolarity@tapscott.me>2022-02-27 02:24:28 -0700
commita7a508fcd9a961ea9d903f9065556a02b4045b95 (patch)
tree32a18d391650f39f4b67bf679fc213b2446a6b21 /lib/std/priority_queue.zig
parentb52948444f16c082f0e29bb75b246370c4b11326 (diff)
downloadzig-a7a508fcd9a961ea9d903f9065556a02b4045b95.tar.gz
zig-a7a508fcd9a961ea9d903f9065556a02b4045b95.zip
stage2 sema: Implement comptime result for comparison of uint to comptime value
This adds a comptime result when comparing a comptime value to an unsigned integer. For example: ( 0 <= (unsigned runtime value)) => true (-1 < (unsigned runtime value)) => true ((unsigned runtime value) < -15) => false
Diffstat (limited to 'lib/std/priority_queue.zig')
0 files changed, 0 insertions, 0 deletions