gilbert189 — 3/5/2024, 6:12:52 PM

Been using Swift for this day

infix operator => : NilCoalescingPrecedence
extension Bool {
	static func => (p: Bool, q: Bool) -> Bool {
		return !p || q
	}
}

Apparently this is a thing?

♥ 2 ↩ 0 💬 0 comments

comments

no comments