I'm currently working on adding a new rule that requires negating an integer, and after looking through the isle prelude, was only able to find i64_neg
, which is not particularly helpful since I'm starting from an i8, and can't cast up to i64 with the built-in x_as_y
functions. Is this a situation where adding to the prelude is appropriate, or is there a better solution?
Andrea O'Gara has marked this topic as resolved.
Last updated: Nov 22 2024 at 16:03 UTC