asBytes

Return the value represented as an array of bytes.

  1. inout(ubyte)[] asBytes [@property getter]
    @property
    inout(ubyte)[]
    asBytes
    (
    T
    )
    (
    ref inout(T) value
    )
    if (
    !hasIndirections!T
    )
  2. inout(ubyte)[] asBytes [@property getter]

Meta