struct

Val

Inherits Struct < Value < Object

Constructors

new(data : Bool | Float64 | Int32 | Slice(Val) | String | UInt64 | Nil)
Source

Class methods

false
Source
true
Source

Instance methods

<=>(other : Val)
Source
data
Source
data=(data : Nil | Bool | Int32 | Float64 | String | UInt64 | Slice(Val))
Source