get(symbol:)

Gets a symbol handle from the library.

linking.swift:50
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.