bytes

Return the value represented as an array of bytes.

  1. inout(ubyte)[] bytes [@property getter]
  2. inout(ubyte)[] bytes [@property getter]
    @property
    inout(ubyte)[]
    bytes
    (
    T
    )
    (
    inout(T) value
    )
    if (
    (
    is(T == class) ||
    isDynamicArray!T
    )
    )

Meta