ArrayProtocol
public protocol ArrayProtocol : ArrayFragmentArrayProtocol defines a set of methods for readonly accessing array data.
- 
                  
                  Undocumented DeclarationSwift var count: Int { get }
- 
                  
                  Undocumented DeclarationSwift func value(at index: Int) -> Any?
- 
                  
                  Undocumented DeclarationSwift func string(at index: Int) -> String?
- 
                  
                  Undocumented DeclarationSwift func int(at index: Int) -> Int
- 
                  
                  Undocumented DeclarationSwift func int64(at index: Int) -> Int64
- 
                  
                  Undocumented DeclarationSwift func float(at index: Int) -> Float
- 
                  
                  Undocumented DeclarationSwift func double(at index: Int) -> Double
- 
                  
                  Undocumented DeclarationSwift func number(at index: Int) -> NSNumber?
- 
                  
                  Undocumented DeclarationSwift func boolean(at index: Int) -> Bool
- 
                  
                  Undocumented DeclarationSwift func blob(at index: Int) -> Blob?
- 
                  
                  Undocumented DeclarationSwift func date(at index: Int) -> Date?
- 
                  
                  Undocumented DeclarationSwift func array(at index: Int) -> ArrayObject?
- 
                  
                  Undocumented DeclarationSwift func dictionary(at index: Int) -> DictionaryObject?
- 
                  
                  Undocumented DeclarationSwift func toArray() -> Array<Any>
 ArrayProtocol Protocol Reference
        ArrayProtocol Protocol Reference