createLinearSetBinPair

fun createLinearSetBinPair(    level: Int,     firstElement: A_BasicObject,     secondElement: A_BasicObject): AvailObject

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.

firstElement

The first element of the new bin.

secondElement

The second element of the new bin.