Skip to content

Commit b5e2c26

Browse files
authored
Add newtype row IDs to prelude. (#161)
Closes #147
1 parent 3dbe8c4 commit b5e2c26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/prelude.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ pub use crate::TskitTypeAccess;
99
pub use crate::TSK_NODE_IS_SAMPLE;
1010
pub use streaming_iterator::DoubleEndedStreamingIterator;
1111
pub use streaming_iterator::StreamingIterator;
12+
pub use {
13+
crate::EdgeId, crate::IndividualId, crate::MigrationId, crate::MutationId, crate::NodeId,
14+
crate::PopulationId, crate::SiteId,
15+
};

0 commit comments

Comments
 (0)