amqp_decimal_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct amqp_decimal_t {}

Members

Variables

decimals
ubyte decimals;

< the location of the decimal point

value
uint value;

< the value before the decimal point is applied

Meta