Skip to content

Instantly share code, notes, and snippets.

View duemunk's full-sized avatar

Tobias Due Munk duemunk

View GitHub Profile
@duemunk
duemunk / Guilty
Last active June 23, 2016 12:11
Operator overload badge
<img src="http://img.shields.io/badge/Operator_overload-guilty-red.svg" height="20" alt="Uses operator overloads"/>
@duemunk
duemunk / ChainingSyntax.swift
Last active August 29, 2015 14:05
Chaining syntax
struct Foo {
private let privateObject: PrivateObjectType
private init(_ privateObject: PrivateObjectType) {
self.privateObject = privateObject
}
}
extension Foo { // Static methods