All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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