macro_rules! data_points { [$(($x:expr, $y:expr)),* $(,)?] => { ... }; }
Utility macros for common operations