Macro handle_timestamp_array

Source
macro_rules! handle_timestamp_array {
    ($ts_array:expr, $array_type:ty, $min:expr, $max:expr) => { ... };
}