singa-bio / singa

:leaves: SiNGA (Simulation of Natural Systems using Graph Automata) is an open-source library containing tools especially for structural bioinformatics and systems biology.
MIT License
8 stars 2 forks source link

generalized tuples #11

Closed fkaiserbio closed 7 years ago

fkaiserbio commented 8 years ago

It would be useful to define a common interface for tuples(1...n). This should act as a container element and should have concrete implementations such as Pair, Triple, Quadrupel.

cleberecht commented 7 years ago

I vow against this feature, for more than two elements in a tuple a list should be used. If you have a use case we can look into it again.