zink icon indicating copy to clipboard operation
zink copied to clipboard

Bound checks for numbers

Open clearloop opened this issue 2 years ago • 0 comments

Describe the feature

for example,

fn addition(x: i32) -> i32 {
  x + i32::MAX
}

Solution

No response

clearloop avatar Oct 21 '23 16:10 clearloop