Open coreyoconnor opened 4 years ago
Alternatively: Always use +:
( https://www.scala-lang.org/api/current/scala/collection/package$$$plus$colon$.html ) as the pattern matcher. Does not match exactly on the cons case class but, for most uses, has the same effect and is generic across Seq types
This
::
value: https://github.com/eaplatanios/tensorflow_scala/blob/master/modules/api/src/main/scala/org/platanios/tensorflow/api/package.scala#L80Will shadow the
::
List constructor. The List is a commonly used type from the Scala predef so removing the usability of::
is unexpected.for example:
will fail with