deindexed property

Iterable<T> get deindexed

Implementation

Iterable<T> get deindexed => map((e) => e.right);