Frame.opCall_size Initializes a $(ZMQ) message frame of a specified size.
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_msg_init_size())
auto msg = Frame(123); assert(msg.size == 123);
See Implementation
Frame.opCall_size Initializes a $(ZMQ) message frame of a specified size.