StackTree.remove

Remove an element from this tree. The type of U is expected to be the type of the key that this tree is sorted on.

struct StackTree(T, alias key = "a", alias compFun = "a < b")
void
remove
(
U
)

Meta