datrs / flat-tree

Map a binary tree to a vector.
Apache License 2.0
53 stars 10 forks source link

const fns, and remove with_depth methods #41

Closed yoshuawuyts closed 5 years ago

yoshuawuyts commented 5 years ago

Removes all with-depth methods, and starts the conversion to const fns. Most of the migrations are blocked on https://github.com/rust-lang/rust/issues/49146, but this is a start.

closes #14 and #15.

Thanks!