Instance Methodnmggithub.kass 3.2.4Linking
load(as:)
Loads the symbol as a specific type.
func load<T>(as: T.Type = T.self) -> T
Parameters
- as
The type to load the symbol as.
Returns
The symbol loaded as the specified type.
Loads the symbol as a specific type.
func load<T>(as: T.Type = T.self) -> T
The type to load the symbol as.
The symbol loaded as the specified type.