LeftistInternal

fun <Value : Comparable<Value>> LeftistInternal(    first: Value,     left: LeftistHeap<Value>,     right: LeftistHeap<Value>)