You are right, the constructors are not exported so you cannot actually inline splitLookup.<br><br><div class="gmail_quote">On 2 June 2011 02:06, Christoph Bussler <span dir="ltr">&lt;<a href="mailto:chbussler@aol.com">chbussler@aol.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">In terms of the use case, I’d like to find
an element in a set. If the element is there, I’d like to get it back (not just
the fact that it exists). If it is not in the set, I’d like to get the next
higher and the next lower one (according to the sort order). This is almost
exactly what splitLookup does, however, splitLookup gives me both the trees,
whereas I only would need the elements of the set.</blockquote></div><div><br></div>But for this use case, you can use splitMember just as well?<div><br></div><div>Ozgur<br><div><br>
</div></div>