struct Myst::MapLiteral::Entry

Defined in:

myst/syntax/ast.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : Node, value : Node) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(key _key = @key, value _value = @value) #

[View source]
def key : Node #

def value : Node #