Skip to content

Commit

Permalink
Added intersectingSegments to SegmentBytes
Browse files Browse the repository at this point in the history
Signed-off-by: jbouffard <jbouffard@azavea.com>
  • Loading branch information
jbouffard committed Dec 6, 2016
1 parent f06d71f commit 0b948bb
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -29,4 +29,6 @@ trait SegmentBytes extends Traversable[Array[Byte]] {
cfor(0)(_ < size, _ + 1) { i =>
f(getSegment(i))
}

val intersectingSegments: Array[Int]
}

0 comments on commit 0b948bb

Please sign in to comment.