Is there an updated list of Swift global functions? That is, functions that can be accessed from anywhere without the scope of a specific type, like max(),min(),dump(), zip(), sequence(), etc.
On the Apple docs the nearest link I found out is link, but it only refers min and max.