use crateZeroCopy;
/// A pair of values which can be stored inside of any other zero copy
/// structure.
///
/// Note that this primarily exists because tuples are not support. The layout
/// of a tuple is `repr(Rust)`, so there is no way to construct legal references
/// to them.