![JAR search and dependency download from the Maven repository](/logo.png)
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