// This is free and unencumbered software released into the public domain.
use crate::;
/// A heap-allocated triple statement.
pub type HeapTriple = ;
/// A heap-allocated triple statement pattern.
pub type HeapTriplePattern = ;
/// A heap-allocated set of triple statements.
pub type HeapTripleSet = BTreeSet;
/// A heap-allocated quad statement.
pub type HeapQuad = ;
/// A heap-allocated quad statement pattern.
pub type HeapQuadPattern = ;
/// A heap-allocated set of quad statements.
pub type HeapQuadSet = BTreeSet;
pub use *;