KeySplit
reformat
This commit is contained in:
parent
a28bfa461e
commit
4dde3b5d8c
@ -13,6 +13,7 @@ pub type Split<BT> = (
|
||||
<BT as BinaryTrees>::Tree,
|
||||
<BT as BinaryTrees>::Key,
|
||||
);
|
||||
|
||||
pub type KeySplit<BT> = (<BT as BinaryTrees>::Tree, <BT as BinaryTrees>::Tree);
|
||||
|
||||
pub type BTWrap<'a, BT, A> = WrapC<'a, A, BT>;
|
||||
|
Loading…
Reference in New Issue
Block a user