struct Ven::Suite::VStatic

Overview

The static data payload vehicle.

It carries and defines the identity of static data: chunk offsets, lengths, number and string values, and other internal data.

Defined in:

ven/suite/payload.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Ven::Suite::Payload

initialize initialize

Constructor methods inherited from struct Ven::Suite::Payload

new new

Constructor Detail

def self.new(value : BigDecimal | Int32 | String) #

[View source]

Instance Method Detail

def ==(other : VStatic) #

Compares the values of this and other first by class, and only then by the value itself.


[View source]
def to_s(io) #

[View source]
def value : Static #