# Functions
NewMemoryIterator creates a new MemoryIterator from a slice of SBOMs.
# Structs
MemoryIterator is an iterator that iterates over a preloaded slice of SBOMs.
SBOM represents a single SBOM file.
# Interfaces
SBOMIterator provides a way to lazily fetch SBOMs one by one.