swift_po icon indicating copy to clipboard operation
swift_po copied to clipboard

Substitute po for Swift

Results 1 swift_po issues
Sort by recently updated
recently updated
newest added

Use `Swift.print()`. This helps when there's an instance `print()` (as seen in AppKit eg. NSDocument.print()) fixes: ``` error: use of 'print' refers to instance method rather than global function 'print(_:separator:terminator:)'...