areAllInitialized(_:)
Helper to loop over dictionary with values that are Messages to see if they are all initialized (see Message.isInitialized for what that means).
static func areAllInitialized<K>(_ mapToMessages: [K : any Message]) -> Bool where K : Hashable