Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
180 stars 40 forks source link

Don't export Collection subscript(safe:) extension #65

Closed boctor closed 5 years ago

boctor commented 5 years ago

Description

This PR fixes a minor bug where the Collection subscript(safe:) extension was exposed outside of the library causing the error ambiguous use of 'subscript(safe:)' in host apps that have defined the same extension.

Change Notes

Pre-submission Checklist

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.