package logika
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- logika
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type B = Boolean
- type BS = Value
- type F32 = logika.math.F32.Value
- type F32S = Value
- type F64 = logika.math.F64.Value
- type F64S = Value
- implicit final class Logika extends AnyVal
- type N = logika.math.N
- type N16 = logika.math.N16.Value
- type N16S = Value
- type N32 = logika.math.N32.Value
- type N32S = Value
- type N64 = logika.math.N64.Value
- type N64S = Value
- type N8 = logika.math.N8.Value
- type N8S = Value
- type NS = Value
- type R = logika.math.R
- type RS = Value
- type S16 = logika.math.S16.Value
- type S16S = Value
- type S32 = logika.math.S32.Value
- type S32S = Value
- type S64 = logika.math.S64.Value
- type S64S = Value
- type S8 = logika.math.S8.Value
- type S8S = Value
- type U16 = logika.math.U16.Value
- type U16S = Value
- type U32 = logika.math.U32.Value
- type U32S = Value
- type U64 = logika.math.U64.Value
- type U64S = Value
- type U8 = logika.math.U8.Value
- type U8S = Value
- type Z = logika.math.Z
- type Z16 = logika.math.Z16.Value
- type Z16S = Value
- type Z32 = logika.math.Z32.Value
- type Z32S = Value
- type Z64 = logika.math.Z64.Value
- type Z64S = Value
- type Z8 = logika.math.Z8.Value
- type Z8S = Value
- type ZS = Value
- final class helper extends Annotation
Value Members
- final val BS: logika.collection.BS.type
- final val F: Boolean(false)
- final val F32: logika.math.F32.type
- final val F32S: logika.collection.F32S.type
- final val F64: logika.math.F64.type
- final val F64S: logika.collection.F64S.type
- final val N: logika.math.N.type
- final val N16: logika.math.N16.type
- final val N16S: logika.collection.N16S.type
- final val N32: logika.math.N32.type
- final val N32S: logika.collection.N32S.type
- final val N64: logika.math.N64.type
- final val N64S: logika.collection.N64S.type
- final val N8: logika.math.N8.type
- final val N8S: logika.collection.N8S.type
- final val NS: logika.collection.NS.type
- final val R: logika.math.R.type
- final val RS: logika.collection.RS.type
- final val S16: logika.math.S16.type
- final val S16S: logika.collection.S16S.type
- final val S32: logika.math.S32.type
- final val S32S: logika.collection.S32S.type
- final val S64: logika.math.S64.type
- final val S64S: logika.collection.S64S.type
- final val S8: logika.math.S8.type
- final val S8S: logika.collection.S8S.type
- final val T: Boolean(true)
- final val U16: logika.math.U16.type
- final val U16S: logika.collection.U16S.type
- final val U32: logika.math.U32.type
- final val U32S: logika.collection.U32S.type
- final val U64: logika.math.U64.type
- final val U64S: logika.collection.U64S.type
- final val U8: logika.math.U8.type
- final val U8S: logika.collection.U8S.type
- final val Z: logika.math.Z.type
- final val Z16: logika.math.Z16.type
- final val Z16S: logika.collection.Z16S.type
- final val Z32: logika.math.Z32.type
- final val Z32S: logika.collection.Z32S.type
- final val Z64: logika.math.Z64.type
- final val Z64S: logika.collection.Z64S.type
- final val Z8: logika.math.Z8.type
- final val Z8S: logika.collection.Z8S.type
- final val ZS: logika.collection.ZS.type
- implicit final def _Z(n: Int): Z
- final def print(as: Any*): Unit
- final def println(as: Any*): Unit
- final def randomInt(): Z
- final def readInt(msg: String = "Enter an integer: "): Z
- object B
- object _macro