1 Commits (63a319008440e59a961f1278edf592255cf862db)

Author SHA1 Message Date
Carsten Kragelund 63a3190084 FEAT(macro): Add bst! macro that act like vec!
This macro uses the `IterativeBST` to create a new
tree with the given elements, either creating just
and empty tree with `IterativeBST::new()` or using
a combination of `IterativeBST::from_iter()` and
`vec![]` if given any elements
2 years ago