FixedBuffer.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opCast()
  2. T opCast()
    struct FixedBuffer(size_t LEN, T = char)
    const
    T
    opCast
    (
    T
    )
    ()
    if (
    !is(T : bool)
    )
    if (
    T.sizeof == 1
    )

Meta