PropertyLoopable

public protocol PropertyLoopable

Protocol describing a struct through who’s properties you can loop through, to access both both property names and property value

  • allProperties() Default implementation

    Undocumented

    Default Implementation

    A method that returnts an array of strings which are the object’s property names

    Declaration

    Swift

    public protocol PropertyLoopable
  • allValues() Default implementation

    Undocumented

    Default Implementation

    A method that returnts an array of strings which are the object’s properties’ value

    Declaration

    Swift

    public protocol PropertyLoopable