Extensions
The following extensions are available globally.
-
This allows us to extract elements from an Array in a fashion similar to a Dictionary.
It isn’t particularly efficient, but we’re not talking huge Arrays, here.
See moreDeclaration
Swift
public extension Array where Element: RVS_GeneralObserverProtocolpublic extension Array where Element: RVS_GeneralObservableProtocol
View on GitHub
Extensions Reference