Buffer.data

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] data [@property getter]
    class Buffer
    @property pure nothrow @trusted @nogc
    T[]
    data
    (
    T = void
    )
    ()
    if (
    (
    is(T == void)
    )
    &&
    T.sizeof == 1
    )
  2. T[] data [@property getter]
  3. T[] data [@property setter]

Meta