macro_rules! global_feature_adder {
($struct_name:ident, $prop_getter:expr, $( $column_names:expr ),* $(,)?) => { ... };
}Expand description
Implements the ndarray feature-adder traits for an existing global feature type.
macro_rules! global_feature_adder {
($struct_name:ident, $prop_getter:expr, $( $column_names:expr ),* $(,)?) => { ... };
}Implements the ndarray feature-adder traits for an existing global feature type.