There are three modes that seem to make sense -- inner, merge, and outer. The last one should be used seldomly due to the order of code execution, but include it anyways. What should the behavior be when mixing multiple bars? Should "inner" be placed inside the last bar possible (i.e. always last in a vector created by a series of "merge" calls)?
There are three modes that seem to make sense --
inner,merge, andouter. The last one should be used seldomly due to the order of code execution, but include it anyways. What should the behavior be when mixing multiple bars? Should "inner" be placed inside the last bar possible (i.e. always last in a vector created by a series of "merge" calls)?