Structures

The following structures are available globally.

  • Price

    Author

    Adamas

    Version

    1.9.10

    Date

    02/09/2023
    See more

    Declaration

    Swift

    public struct Price
  • CSV

    CSV provides support for a csv file.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    public struct CSV
  • TXT

    TXT provides support for a text file.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    public struct TXT
  • FormData defines a form data.

    Author

    Adamas

    Version

    1.5.0

    Date

    02/04/2019

    Declaration

    Swift

    public struct FormData
  • FormDataFileField contains the information about a file field.

    Author

    Adamas

    Version

    1.5.0

    Date

    02/04/2019

    Declaration

    Swift

    public struct FormDataFileField
  • FormDataTextField presents the key value pair of a text based form field.

    Author

    Adamas

    Version

    1.5.0

    Date

    02/04/2019

    Declaration

    Swift

    public struct FormDataTextField
  • NetworkRequestHeader includes the header information in a network request.

    Author

    Adamas

    Version

    1.5.0

    Date

    02/04/2019
    See more

    Declaration

    Swift

    public struct NetworkRequestHeader
  • NetworkResponseHeader includes the header information in a network response.

    Author

    Adamas

    Version

    1.5.0

    Date

    02/04/2019

    Declaration

    Swift

    public struct NetworkResponseHeader
  • Factory for generating number formatters.

    Author

    Adamas

    Version

    1.10.0

    Date

    11/08/2023
    See more

    Declaration

    Swift

    public struct NumberFormatterFactory
  • Percentage is used to define a double that presents a percentage value.

    Author

    Adamas

    Version

    1.9.4

    Date

    31/03/2023
    See more

    Declaration

    Swift

    @propertyWrapper
    public struct Percentage
  • PhraseUppercased is used to define a string that is phrase uppercased.

    Author

    Adamas

    Version

    1.9.4

    Date

    02/04/2023
    See more

    Declaration

    Swift

    @propertyWrapper
    public struct PhraseUppercased