Buffer.ElementType

Mixin appropriate API based on kind of element type requested

  1. alias ElementType = ubyte
    struct Buffer(T)
    static if(is(T == void))
    alias ElementType = ubyte
  2. alias ElementType = T
  3. alias ElementType = T

Meta