a property

Iterable<Ta> a

Returns an iterable providing all Tuple.a values.

Implementation

Iterable<Ta> get a => map((e) => e.a);