binaryslots

Undocumented in source.
enum binaryslots = ["+":"type.tp_as_number.nb_add", "+=":"type.tp_as_number.nb_inplace_add", "-":"type.tp_as_number.nb_subtract", "-=":"type.tp_as_number.nb_inplace_subtract", "*":"type.tp_as_number.nb_multiply", "*=":"type.tp_as_number.nb_inplace_multiply", "/":"type.tp_as_number.nb_divide", "/=":"type.tp_as_number.nb_inplace_divide", "%":"type.tp_as_number.nb_remainder", "%=":"type.tp_as_number.nb_inplace_remainder", "^^":"type.tp_as_number.nb_power", "^^=":"type.tp_as_number.nb_inplace_power", "<<":"type.tp_as_number.nb_lshift", "<<=":"type.tp_as_number.nb_inplace_lshift", ">>":"type.tp_as_number.nb_rshift", ">>=":"type.tp_as_number.nb_inplace_rshift", "&":"type.tp_as_number.nb_and", "&=":"type.tp_as_number.nb_inplace_and", "^":"type.tp_as_number.nb_xor", "^=":"type.tp_as_number.nb_inplace_xor", "|":"type.tp_as_number.nb_or", "|=":"type.tp_as_number.nb_inplace_or", "~":"type.tp_as_sequence.sq_concat", "~=":"type.tp_as_sequence.sq_inplace_concat", "in":"type.tp_as_sequence.sq_contains"];

Meta