| kind | = | "Sequence Interleave" |
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
nil
[ show source ]
method(left, right, newObj = mimic newObj left = left newObj right = if(right mimics?(Sequence), right, right seq) newObj left? = true newObj )
nil
[ show source ]
method( leftNext? = left next? rightNext? = right next? (leftNext? &&(rightNext?)) ||((!(left?) &&(rightNext?))) )