CanCreateZerosLike

trait CanCreateZerosLike[From, +To]

Marker for being able to create a collection of the same shape as the given input but with zero values everywhere.

Companion
object
class Object
trait Matchable
class Any
class OpArray[V]
object OpArrayI
object OpArrayS
object OpArrayL
object OpArrayF
object OpArrayD
class OpMapValues[From, A, To]

Value members

Abstract methods

def apply(from: From): To