Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

The tskit prelude

The contents of the crate prelude are:

//! Export commonly-use types and traits

pub use crate::DoubleEndedStreamingIterator;
pub use crate::StreamingIterator;
pub use {
    crate::EdgeId, crate::IndividualId, crate::Location, crate::MigrationId, crate::MutationId,
    crate::NodeId, crate::PopulationId, crate::Position, crate::RawFlags, crate::SiteId,
    crate::SizeType, crate::Time,
};