Skip to content

getKeypaths(ofType_)

0x41c edited this page Feb 28, 2022 · 1 revision

getKeypaths(ofType:)

Gets all the keypaths of a type

private func getKeypaths<T>(
    ofType _type: T.Type
) -> [String: PartialKeyPath<T>] 
Types
Protocols
Global Typealiases
Global Functions

Clone this wiki locally