I see that we currently have no analog for the old Num.max_i64, can I add I64.max, I64.min etc. for all the number types?
just an oversight; we should have them!
Should probably be I64.highest, I64.lowest etc (since min and max will already be taken)
min and max are not yet taken, would you like those to be two arg functions that give you the smallest/largest of the two?
yeah exactly!
I made #9357 and #9358 for this.
Last updated: May 01 2026 at 12:45 UTC