Skip to content

Releases: devmjun/Square

0.6.1

08 Sep 10:43
Compare
Choose a tag to compare
extension Square {
  static func debugAlert(
    file: String = #file,
    line: Int = #line,
    function: String = #function,
    any: Any? = nil
    ) {
    if let any = any {
      display("file: \(file)\nline: \(line)\nfunction: \(function)\nany: \(any)")
    }else {
      display("file: \(file)\nline: \(line)\nfunction: \(function)")
    }
  }
}

0.3.0

01 Nov 06:57
Compare
Choose a tag to compare

Demo