Type Aliases

The following type aliases are available globally.

  • Undocumented

    Declaration

    Swift

    public typealias TagIndex = (startTagIndex: Int, endTagIndex: Int)
  • Undocumented

    Declaration

    Swift

    public typealias Boolean = Bool
  • Undocumented

    Declaration

    Swift

    public typealias Func = () -> Void
  • Undocumented

    Declaration

    Swift

    public typealias ArgFunc<Argument> = (Argument) -> Void
  • Undocumented

    Declaration

    Swift

    public typealias CSStrings = String