Per discussion in #5, we can just do: ``` T * begin = &sendval; T * end = begin; ++end; ``` and then we have our arguments for the call to the packed range method.