Skip to content

Instantly share code, notes, and snippets.

@monoqlo
monoqlo / RswiftDownloader.swift
Last active March 3, 2019 00:39
Download R.swift binary for your Cartfile.resolved
#!/usr/bin/swift
import Foundation
extension String {
func index(from: Int) -> Index {
return index(startIndex, offsetBy: from)
}
func substring(from: Int) -> String {