struct Ven::Suite::VSymbol

Overview

The symbol payload vehicle.

It carries and defines the identity of a symbol, whose name & (probably) nest are known at compile-time.

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(name : String, nest : Int32) #

[View source]

Instance Method Detail

def ==(other : VSymbol) #

[View source]
def name : String #

def nest : Int32 #

def to_s(io) #

[View source]