Readonly keyReadonly valueReturns the value component of this Field.
Always returns 0 because a Field can't be a Record, so it can't
contain any members.
Always returns undefined because a Field can't be a Record, so it
can't have a first member Attr whose key string could be returned.
Returns the heterogeneous sort order of this Item. Used to impose a
total order on the set of all items. When comparing two items of
different types, the items order according to their typeOrder.
Converts the value of this Field into a boolean value, if possible.
Error if the value of this Field can't be converted into a
boolean value.
Converts the value of this Field into a boolean value, if possible;
otherwise returns orElse if the value of this Field can't be converted
into a boolean value.
Always returns false because a Field can't be a Record, so it can't
have a Field member whose key is equal to the given key.
Optional likeConverts the value of this Field into a number value, if possible.
Error if the value of this Field can't be converted into a
number value.
Converts the value of this Field into a number value, if possible;
otherwise returns orElse if the value of this Field can't be converted
into a number value.
Converts the value of this Field into a string value, if possible.
Error if the value of this Field can't be converted into a
string value.
Converts the value of this Field into a string value, if possible;
otherwise returns orElse if the value of this Field can't be converted
into a string value.
Static absentStatic emptyStatic extantStatic fromStatic globalStatic ofGenerated using TypeDoc
Returns the key component of this
Field.