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 ...
Version0.2.0compared with
Version Details
| 0.1.0 | 0.2.0 | |
|---|---|---|
| Release date | Feb 13, 2021 | Feb 13, 2021 |
| Licenses | None | None |
| Vulnerabilities | None | None |
No dependency changes compared to the selected version.