Skip to content

Commit

Permalink
Update CaseIterableRawRepresentable.swift (#277)
Browse files Browse the repository at this point in the history
ytyubox authored Feb 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4d80541 commit eaddc57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extension CaseIterable where Self: RawRepresentable, RawValue == Int {
extension CaseIterable where Self: RawRepresentable, RawValue: FixedWidthInteger {
/// A parser that consumes a case-iterable, raw representable value from the beginning of a
/// collection of a substring.
///

0 comments on commit eaddc57

Please sign in to comment.