Open
Description
hists = IIF.fetchCliqHistoryAll!(smtasks)
IIF.printCSMHistorySequential(hists, 4=>1:10)
IIF.printCSMHistoryLogical(hists, [4;7]=>1:10)
Using such a filter on Logical
is not working. Need to accept both sides of the Pair
any combination of Int, UnitRange, <:AbstractVector, Colon
... These filters do seem to still be working on Sequential
.