Skip to content

Instantly share code, notes, and snippets.

@WFT
Last active January 13, 2018 00:00
Show Gist options
  • Save WFT/318578a9e7b894c632f2f4a3265def8d to your computer and use it in GitHub Desktop.
Save WFT/318578a9e7b894c632f2f4a3265def8d to your computer and use it in GitHub Desktop.
pgdl test
public struct Bar {
public struct Foo: CustomStringConvertible {
public var description: String { return "Foo!" }
public init() { }
}
public static func food() -> Foo { return Foo() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment