create Linear Set Bin Pair
fun createLinearSetBinPair( level: Int, firstElement: A_BasicObject, secondElement: A_BasicObject): AvailObject
Content copied to clipboard
Create a mutable 2-element linear bin at the specified level and with the specified elements. The caller is responsible for making the elements immutable if necessary. The caller should also ensure the values are not equal.
Return
A 2-element set bin.
Parameters
level
The level of the new bin.
first Element
The first element of the new bin.
second Element
The second element of the new bin.