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

scalagen.makeList.scala Maven / Gradle / Ivy

The newest version!
{{#mutable}}
mutable$Buffer({{#commify}}{{/commify}})
{{/mutable}}
{{^mutable}}
Seq()
{{/mutable}}
(if (mutable) "mutable$Buffer(" else "Seq(") +
  list.elems.map(constantValue(_)).mkString(", ") + ")"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy