Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Added
count
and isEmpty
properties to ContiguousBytes."
This reverts commit 8ae54df. It turns out this causes problems for ContiguousBytes types that already have an `isEmpty` property, "error: ambiguous use of 'isEmpty'". Which makes sense but is disappointing - there doesn't seem to be any way to declare an extension that defers to other implementations if they already exist. 😔
- Loading branch information