asBytes

Return the value represented as an array of bytes.

  1. inout(ubyte)[] asBytes [@property getter]
  2. inout(ubyte)[] asBytes [@property getter]
    @property
    inout(ubyte)[]
    asBytes
    (
    T
    )
    (
    inout(T) value
    )
    if (
    is(T U : U[]) &&
    !hasIndirections!U
    )

Meta