vintsingle

Results 1 issues of vintsingle

` public subscript(range: CountableRange) -> [SectionFormer] { return Array(sectionFormers[range]) } public subscript(range: CountableClosedRange) -> [SectionFormer] { return Array(sectionFormers[range]) }` I clone this project, than compiler by xCode 10, errored for...

help wanted