abstract struct Ven::Suite::FieldAccessor

Overview

A field accessor is an individual piece of a field path.

For example, in a.b.c a is the head, and b.c is the field path. And, in b.c, b is the first field accessor and c is the second.

Direct Known Subclasses

Defined in:

ven/suite/field_accessor.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]

Macro Detail

macro takes(type) #

[View source]