Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 376 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 376 Bytes

collections

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).

Build Status