The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Tangence::Meta::Field - structure representing one Tangence structure field

DESCRIPTION

This data structure object stores information about one field of a Tangence structure. Once constructed, such objects are immutable.

CONSTRUCTOR

new

   $field = Tangence::Meta::Field->new( %args )

Returns a new instance initialised by the given fields.

name => STRING

Name of the field

type => STRING

Type of the field as a Tangence::Meta::Type reference

ACCESSORS

name

   $name = $field->name

Returns the name of the field

type

   $type = $field->type

Return the type as a Tangence::Meta::Type reference.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>