Skip to content

Instantly share code, notes, and snippets.

@pofat
Created May 22, 2019 12:58
Show Gist options
  • Save pofat/f82bff5b06e8bf58ce52ef4480ca9d10 to your computer and use it in GitHub Desktop.
Save pofat/f82bff5b06e8bf58ce52ef4480ca9d10 to your computer and use it in GitHub Desktop.
struct ExistentialContainer {
var valueBuffer: (Int, Int, Int)
var vwt: UnsafePointer<ValueWitness>
var pwt: UnsafePointer<ProtocolWitness>
}
struct ProtocolWitness {
var descriptor: ProtocolConformanceDescriptor
var draw: FunctionRef
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment