Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.typing/Type

Type

[JVM]
enum Type : Enum<Type>

Type of data.

Since

0.1.0

Entries

   
INTEGER [JVM]
INTEGER
Strict number.
BOOLEAN [JVM]
BOOLEAN
Logical value.
TEXT [JVM]
TEXT
Text.

Properties

Name Summary
name [JVM]
val name: String
ordinal [JVM]
val ordinal: Int