use ;
/// The identity of a [`ViewBuffer`](crate::buffer::ViewBuffer), unique for
/// the lifetime of the process.
///
/// A view still under construction records the id of the buffer its
/// instructions live in, so using it against a different buffer fails instead
/// of executing that buffer's instructions.
pub ;