Skip to content

Commit 284352d

Browse files
committed
todo list
1 parent 117e389 commit 284352d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/trees/tree.rs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,22 @@ impl<'treeseq> Tree<'treeseq> {
334334
pub fn as_ll_ref(&self) -> &ll_bindings::tsk_tree_t {
335335
self.inner.as_ll_ref()
336336
}
337+
338+
pub fn next_sample_array(&self) {
339+
X
340+
}
341+
342+
pub fn left_sample_array(&self) {
343+
X
344+
}
345+
346+
pub fn right_sample_array(&self) {
347+
x
348+
}
349+
350+
left_sample
351+
right_sample
352+
kc_distance
337353
}
338354

339355
impl<'ts> streaming_iterator::StreamingIterator for Tree<'ts> {

0 commit comments

Comments
 (0)