pNre / ExSwift

A set of Swift extensions for standard types and classes.
Other
3.38k stars 318 forks source link

Swift 3 vs ExSwift.swift #152

Closed arodeus closed 7 years ago

arodeus commented 8 years ago

Swift3 tip, not a bug

This code give operator warning: "operator should not be with body"

infix operator =~ {} infix operator |~ {} infix operator .. {} infix operator <=> {}

Commenting/Removing brackets solve the warning.

Esqarrouth commented 8 years ago

A maintained repo: https://github.com/goktugyil/EZSwiftExtensions

ankurp commented 8 years ago

An alternative https://github.com/ankurp/Cent

muescha commented 7 years ago

is swift3 planned for this repo?

pNre commented 7 years ago

Sorry but no since I'm no longer able to maintain the repo.

muescha commented 7 years ago

ok thx for the info