Convert a vector of parameter values and a vector of the times it changes into a time-series of the parameter values.
block_interpolate.Rd
This essentially replicates the interpolate(_, "constant") function of odin, but returns a time series of values at the requested times t. The implementation for 1D vector x's is not finished and should be checked before usage, alternatively x can be replaced with indexes from x's time dimension.