Reading List
Passing Types to Swift Functions from Michael Tsai RSS feed.
Passing Types to Swift Functions
Paul Samuels: This post uses a toy helper function that fetches remote JSON to show how we can design its api so that explicitly providing the type isn’t required when the compiler can infer types from context. […] We can look at how JSONDecode.decode is defined to see how its api is designed. Clicking through […]