[ Compact ]
public class Sequence<G>
The Sequence struct is an opaque data type representing a sequence data type.
func for each item in the sequence passing
user_data to the function.
cmp_func
.
seg
pos.
data into sequence using func
to determine the new position.
data
would be inserted according to cmp_func and cmp_data.
data according to cmp_func and cmp_data.