Field accessors. This corresponds to the dot operation.
Field.get bar_field t
returns the field bar
of the record value t
, just the
same as t.bar
return whether the field is mutable, i.e. whether its declaration is prefixed with
the keyword mutable