//! This prelude module provides a convenient way to import the most commonly used
//! types, traits, and functions.
//!//! ```
//! use range_set_blaze::prelude::*;
//! ```
pubusecrate::{
intersection_dyn, union_dyn, AssumeSortedStarts, CheckSortedDisjoint, DynSortedDisjoint,
MultiwayRangeSetBlaze, MultiwayRangeSetBlazeRef, MultiwaySortedDisjoint, RangeSetBlaze,
SortedDisjoint, SortedStarts,};