pub type BinaryOperations = Vec<(usize, Type, Type, BinaryFunction)>;

Aliased Type§

struct BinaryOperations { /* private fields */ }