Intersect two lattices.
The intersection of two lattices is taken if possible.
Example
>>> Lattice([1, 2]) & Lattice([2, 3], 'yz') Lattice(2.0, alignment='y')
other (Lattice) – Lattice to intersect.
Lattice
treams.Lattice.volume
treams.Lattice.__eq__