abstract struct Ven::Suite::FieldAccessor
- Ven::Suite::FieldAccessor
- Struct
- Value
- Object
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.