StrictTreeUnzip

final
class StrictTreeUnzip[A1, A2](root: StrictTree[(A1, A2)]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def unzip: (StrictTree[A1], StrictTree[A2])

Turns a tree of pairs into a pair of trees.

Turns a tree of pairs into a pair of trees.