PSQLConnection.reserveLen

Reserve space in write buffer for length prefix and return struct that automatically fills it from current buffer offset position.

class PSQLConnection(SocketT = StdSocket, alias logTrace = nop_logger, alias logError = nop_logger)
protected final
reserveLen
@safe nothrow
(
T = int
)
(
)
if (
isNumeric!T &&
!isUnsigned!T
)

Meta