Packages

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

Linear Supertypes
Mem[A, M3], argon.lang.Top[M3[A]], Ref[Any, M3[A]], Exp[Any, M3[A]], ExpType[Any, M3[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mem3
  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 def M2: Type[M2[A]]
    Attributes
    protected
  4. abstract val evMem: <:<[M3[A], Mem[A, M3]]
    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(r0: lang.Rng, r1: lang.Rng, r2: lang.Rng): M3[A]

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

  12. def apply(r0: lang.Rng, r1: lang.Rng, r2: lang.Idx): M2[A]

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

  13. def apply(r0: lang.Rng, r1: lang.Idx, r2: lang.Rng): M2[A]

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

  14. def apply(r0: lang.Idx, r1: lang.Rng, r2: lang.Rng): M2[A]

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

  15. def apply(r0: lang.Rng, r1: lang.Idx, r2: lang.Idx): M1[A]

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

  16. def apply(r0: lang.Idx, r1: lang.Rng, r2: lang.Idx): M1[A]

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

  17. def apply(r0: lang.Idx, r1: lang.Idx, r2: lang.Rng): M1[A]

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

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

Inherited from Mem[A, M3]

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

Inherited from Ref[Any, M3[A]]

Inherited from Exp[Any, M3[A]]

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

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped