Typealiases

The following typealiases are available globally.

  • String that contains expression pattern, e.g. ie:x<5, exp:^1$.

    Declaration

    Swift

    internal typealias ExpressionPattern = String
  • Represents json content.

    Declaration

    Swift

    internal typealias JSONDictionary = Dictionary<String, AnyObject>
  • Type that represents pattern with regular expression.

    Declaration

    Swift

    internal typealias RegexPattern = String
  • Handy typealias that can be used instead of longer Swifternalization

    Declaration

    Swift

    public typealias I18n = Swifternalization