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 OpArrayD.type
object OpArrayF.type
object OpArrayI.type
object OpArrayL.type
object OpArrayS.type
class OpMapValues[From, A, To]

Value members

Abstract methods

def apply(from: From): To