products(named:)
The list of products matching the given names.
Declaration
func products(named productNames: [String]) throws -> [any Product]Discussion
Throws an error if any of the products cannot be found.
The list of products matching the given names.
func products(named productNames: [String]) throws -> [any Product]Throws an error if any of the products cannot be found.