Forge Standard Library is a collection of helpful contracts for use with forge and foundry. It leverages forge's cheatcodes to make writing tests easier and faster, while improving the UX of cheatcodes. For more in-depth usage examples checkout the tests.
simple optimization which resolves https://github.com/foundry-rs/forge-std/issues/580 and optimizes slots detection in some cases
It is more likely that slot we are looking for will be one of latest sloads. e.g. if execution went like
so this PR simply changes order in which we go through
vm.accesses
output