asStaticBytes

Return the value represented as a static array of bytes.

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

Meta