perimetersec / fuzzlib

Solidity Fuzzing Library
MIT License
32 stars 12 forks source link

`clampBetween` for smaller types #30

Open rappie opened 6 months ago

rappie commented 6 months ago

@ljz3 which types do you need?

ljz3 commented 6 months ago

Should just add it for all uint and int sizes, it shouldn't be too difficult as you can just have a generic with the largest size then call it with casting.