Float.Custom.Type

abstract class Type[A <: Float](val name: String) extends Opaque.Type[A] with Info.Tag.Void.Floats[A]
class Opaque.Type[A]
trait Info.Tag.Doc[A]
trait Info.Tag.Void[A]
class Info.Tag.Type[A]
class Object
trait Matchable
class Any

Def

override def isVoid(v: A): Boolean
Definition Classes
Source
__.scala
val name: String
Source
__.scala
inline def real: Float
Source
__.scala

Inherited

def info(v: A): Info

Type to Info

Type to Info

Override this method to provide type standard Info implementation

Inherited from
Type
Source
Type.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def tag(v: A): String

Type to String

Type to String

Override this method to provide type standard convertion to String

Inherited from
Type
Source
Type.scala