Instance Methodnmggithub.kass 3.2.4Linking
get(symbol:)
Gets a symbol handle from the library.
func get(symbol: String) -> Symbol?
Parameters
- symbol
The name of the symbol.
Returns
The symbol handle, or nil
if the symbol could not be found.
Gets a symbol handle from the library.
func get(symbol: String) -> Symbol?
The name of the symbol.
The symbol handle, or nil
if the symbol could not be found.