Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created July 15, 2015 14:28
Show Gist options
  • Save MickaelCruzDB/3e8ef1686374f4eb5e2f to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/3e8ef1686374f4eb5e2f to your computer and use it in GitHub Desktop.
var data=client.read(1024*10)
if let d=data{
if let str=String(d.map { Character(UnicodeScalar($0)) }){
println(str)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment