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