depth property

List<int> depth
getter/setter pair

The depth of each side (position) of this edge. The 0 element of the array is never used.

Implementation

List<int> depth = [0, -999, -999];