Module tskit::prelude[][src]

Expand description

Export commonly-use types and traits

Re-exports

pub use crate::tsk_flags_t;
pub use crate::tsk_id_t;
pub use crate::tsk_size_t;
pub use crate::TSK_NODE_IS_SAMPLE;
pub use crate::EdgeId;
pub use crate::IndividualId;
pub use crate::MigrationId;
pub use crate::MutationId;
pub use crate::NodeId;
pub use crate::PopulationId;
pub use crate::SiteId;

Traits

A streaming iterator able to yield elements from both ends.

Interface for returning lists of node ids from types implementing TableAccess.

An interface for dealing with streaming iterators.

Immutable access to tables.

Provide pointer access to underlying C types