Check overlap between two arrays.
Arrays to check. Assumed to be in the same unit.
‘full’ - a is within or same as b
a
b
‘partial’ - a partially overlaps with b
‘none’ - a does not overlap b
overlap_status()