Skip to content

Commit

Permalink
Add newtype row IDs to prelude. (#161)
Browse files Browse the repository at this point in the history
Closes #147
  • Loading branch information
molpopgen authored Aug 31, 2021
1 parent 3dbe8c4 commit b5e2c26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ pub use crate::TskitTypeAccess;
pub use crate::TSK_NODE_IS_SAMPLE;
pub use streaming_iterator::DoubleEndedStreamingIterator;
pub use streaming_iterator::StreamingIterator;
pub use {
crate::EdgeId, crate::IndividualId, crate::MigrationId, crate::MutationId, crate::NodeId,
crate::PopulationId, crate::SiteId,
};

0 comments on commit b5e2c26

Please sign in to comment.