Collections are group of objects that are can be iterated in convenient fashion. This is a Modern Fortran Collections Library containing interfaces (Iterable, Collection, List, Set) and implementations (LinkedList, HashSet and TreeSet).
komahanb/collections
Collections are set of objects that are can be iterated in convenient fashion. This is a Modern Fortran Collections Library containing interfaces (Iterable, Collection, List, Set) and implementations (LinkedList, HashSet and TreeSet).
FortranMIT