Module extendr_api::scalar::macros

source ·

Macros§

  • gen_binop 🔒
    Generates an implementation of a binary operator Trait for a scalar type
  • Generates an implementation of a binary operate-assign Trait for a scalar type
  • Generates an implementation of type conversion Traits from a primitive type
  • Generates an implementation of std::iter::Sum for a scalar type
  • Generates an implementation of a number of Traits for the specified Type
  • gen_unop 🔒
    Generates an implementation of a unary operator Trait for a scalar type