IdentifierableCollection.fromIterable constructor
IdentifierableCollection.fromIterable(
- Iterable<
Identifierable> iterable
Implementation
IdentifierableCollection.fromIterable(Iterable<Identifierable> iterable)
:
first = CitrusSyntaxList(iterable)
;