Data in Swift 3: Parsing a Doom WAD File

Swift 3 replaces NSData with the Data value type. Implement a Doom Wad file parser with the new Data type to understand the differences.

Similar