kotest-property / io.kotest.property / RTree / <init>

<init>

RTree(value: A, children: Lazy<List<RTree<A>>> = lazy { emptyList<RTree<A>>() })