Mode

public enum Mode

The Mode enum is used to set the evaluation mode of the input’s character set against the character set provided at initialisation.

  • The input’s character set should be a subset of the character set provided at initialisation.

    Declaration

    Swift

    case strict
  • The input’s character set should intersect with the character set provided at initialisation.

    Declaration

    Swift

    case loose