RecordDecl

protocol RecordDecl : ClangCursorBacked
  • Retrieves an array of all the fields of this record type.

    Declaration

    Swift

    public func fields() -> [Cursor]