The global function `select()` is very handy when working with var-args (`...`) but isn't available.
My specific use case is to handle trailing `nil` values passed to a function taking var-args for logging purposes for a addon.
It should be sandbox safe, so I don't know of any reason it shouldn't be added, at the very least for addons.