mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Replace filter(pred).at(-1)/pop() patterns with findLast(pred) and filter(pred)[0] with find(pred) across server and app.
Replace filter(pred).at(-1)/pop() patterns with findLast(pred) and filter(pred)[0] with find(pred) across server and app.