Packages

trait Mem2[A, M1[T], M2[T]] extends lang.Top[M2[A]] with Mem[A, M2]

Linear Supertypes
Mem[A, M2], argon.lang.Top[M2[A]], Ref[Any, M2[A]], Exp[Any, M2[A]], ExpType[Any, M2[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mem2
  2. Mem
  3. Top
  4. Ref
  5. Exp
  6. ExpType
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type L = Any
    Definition Classes
    Ref → Exp → ExpType

Abstract Value Members

  1. implicit abstract val A: lang.Bits[A]
    Definition Classes
    Mem
  2. abstract def M1: Type[M1[A]]
    Attributes
    protected
  3. abstract val evMem: <:<[M2[A], Mem[A, M2]]
    Definition Classes
    Mem

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def ++(that: Any): argon.lang.Text
    Definition Classes
    Top
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  7. val __neverMutable: Boolean
    Attributes
    protected
    Definition Classes
    Mem → ExpType
  8. def __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    ExpType
  9. def __typeParams: Seq[Any]
    Attributes
    protected
    Definition Classes
    ExpType
  10. def __typePrefix: String
    Attributes
    protected
    Definition Classes
    ExpType
  11. def apply(rows: lang.Rng, cols: lang.Rng): M2[A]

    Creates a view of a 2-dimensional, dense region of this memory.

  12. def apply(rows: lang.Rng, col: lang.Idx): M1[A]

    Creates a view of a dense slice of a column of this memory.

    Creates a view of a dense slice of a column of this memory. Use the * wildcard to view the entire column.

  13. def apply(row: lang.Idx, cols: lang.Rng): M1[A]

    Creates a view of a dense slice of a row of this memory.

    Creates a view of a dense slice of a row of this memory. Use the * wildcard to view the entire row.

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def eql(that: M2[A]): argon.lang.Bit
    Definition Classes
    Top
  19. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  20. implicit val evRef: <:<[M2[A] @scala.annotation.unchecked.uncheckedVariance, Ref[Any, M2[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  21. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def fresh: M2[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  24. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): M2[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getFrom(c: Any, isParam: Boolean, saturating: Boolean, unbiased: Boolean): Option[(M2[A] @scala.annotation.unchecked.uncheckedVariance, Boolean)]
    Definition Classes
    ExpType
  27. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  28. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  29. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def me: M2[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def neql(that: M2[A]): argon.lang.Bit
    Definition Classes
    Top
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  38. def toText: argon.lang.Text
    Definition Classes
    Top
  39. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  40. def value(c: Any): Option[(Any, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType

Inherited from Mem[A, M2]

Inherited from argon.lang.Top[M2[A]]

Inherited from Ref[Any, M2[A]]

Inherited from Exp[Any, M2[A]]

Inherited from ExpType[Any, M2[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped