thrift.transport.range

Transports which operate on generic D ranges.

Members

Classes

TInputRangeTransport
class TInputRangeTransport(R)

Adapts an ubyte input range for reading via the TTransport interface.

Functions

tInputRangeTransport
TInputRangeTransport!R tInputRangeTransport(R data)

TInputRangeTransport construction helper to avoid having to explicitly specify the argument type, i.e. to allow the constructor being called using IFTI (see D Bugzilla enhancement requet 6082).

Meta