CardDuplicator<T extends Card> extension
Provides the duplicate method for cards.
- on
-
- T
Methods
-
duplicate(
int count) → Iterable< T> -
Available on T, provided by the CardDuplicator extension
Returns an iterable that yields this cardcount
times.