SlidingPlatform

class Object
trait Matchable
class Any
object Sliding.type

Type members

Classlikes

final protected class LogicD(shape: Shp[Double], layer: Layer)(implicit a: Allocator) extends Logic[Double] with LogicPlatform[Double]
final protected class LogicI(shape: Shp[Int], layer: Layer)(implicit a: Allocator) extends Logic[Int] with LogicPlatform[Int]
final protected class LogicL(shape: Shp[Long], layer: Layer)(implicit a: Allocator) extends Logic[Long] with LogicPlatform[Long]
protected trait LogicPlatform[A]