pub type OpenedValues<F> = Vec<Vec<Vec<Vec<F>>>>;
pub struct OpenedValues<F> { /* private fields */ }