This module is toolbox for operating on types and it's declarations. It should simplify required operations. - Use [[flat]] object to extract type or declaration hierarchy into stream so it can be searched or filtered. value stringflatHierarchy = flat.types(`String`); assert(stringflatHierarchy.containsEvery([`SearchableList<Character>`,`List<Character>`,`Comparable<String>`,`Object`])); value stringflatHierarchy = flat.declarations(`class ...

Latest Versions

2 versions →
VersionVulnerabilitiesUsagesDate
0.2.x
0.2.0
1
Feb 13, 2021
0.1.x
0.1.0
4
Feb 13, 2021
2 versions →