HStepsTr
trait HStepsTr
A trait for HSteps. The purpose of the trait rather than a class is to allow the consumer to mix in their own traits. Its not clear whether this is useful in Scala 3 or its bettter to use union types with the HSteps class.
Value members
Abstract methods
Concrete methods
def segsMap[B, ArrB <: SeqImut[B]](start: HCen)(f: LineSeg => B)(implicit build: ArrBuilder[B, ArrB]): ArrB
def segsMap[B, ArrB <: SeqImut[B]](startR: Int, startC: Int)(f: LineSeg => B)(implicit build: ArrBuilder[B, ArrB]): ArrB