Optimize Weak.find_aux (#13740)
Change the Stdlib Weak module's find_aux function that is used by find,
find_opt, mem, merge, and remove to avoid a closure allocation by converting
a nested recursive function to a while loop.
authored by