![JAR search and dependency download from the Maven repository](/logo.png)
scalatex.site.Util.scala Maven / Gradle / Ivy
The newest version!
package scalatex.site
import scala.collection.mutable
case class Tree[T](value: T, children: mutable.Buffer[Tree[T]])
© 2015 - 2025 Weber Informatics LLC | Privacy Policy