Skip to content

Character.isLetter and .isNumber are not supported #20

@dfabulich

Description

@dfabulich

The code I'm porting with Skip fails here:

private extension Character {
    var isAlphaNum: Bool {
        isLetter || isNumber
    }
}

This API is not yet available in Skip. Consider placing it within a #if !SKIP block. You can file an issue against the owning library at https://github.com/skiptools, or see the library README for information on adding support

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions