Skip to content

Instantly share code, notes, and snippets.

@hadronized
Created March 10, 2016 09:07
Show Gist options
  • Save hadronized/03a304922c8adca17596 to your computer and use it in GitHub Desktop.
Save hadronized/03a304922c8adca17596 to your computer and use it in GitHub Desktop.
struct Buffer<C: HasBuffer, T> {
repr: C::ABuffer
, phantom: PhantomData<T>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment