Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mateuszszklarek/7e23cc027d3eca88b585dadf1e4fd3c0 to your computer and use it in GitHub Desktop.
Save mateuszszklarek/7e23cc027d3eca88b585dadf1e4fd3c0 to your computer and use it in GitHub Desktop.
func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment