Simple question: What should we prefer if we have to deal with raw bytes in Swift: [UInt8]
or NSData and NSMutableData, respectively?
What are the advantages/disadvantages using one over the other?
Simple question: What should we prefer if we have to deal with raw bytes in Swift: [UInt8]
or NSData and NSMutableData, respectively?
What are the advantages/disadvantages using one over the other?