I tried to use getopt with command line parameters in Swift 3. I started with Michele Dall’Agata’s nice stackoverflow contribution:
let pattern = “abc:”
var buffer = Array( pattern.utf8 ).map
I tried to use getopt with command line parameters in Swift 3. I started with Michele Dall’Agata’s nice stackoverflow contribution:
let pattern = “abc:”
var buffer = Array( pattern.utf8 ).map