ProxyStream.underlying

The stream that is wrapped by this one

  1. inout(InterfaceProxy!Stream) underlying [@property getter]
  2. InterfaceProxy!Stream underlying [@property setter]
  3. Stream underlying [@property setter]
    class ProxyStream
    @safe @property
    static if(!is(Stream == InterfaceProxy!Stream))
    void
    underlying
    (
    Stream value
    )

Meta