Enumerationnmggithub.kass 3.2.4Linking
HandleType
A type of handle.
enum HandleType
A type of handle.
enum HandleType
import Linking
A module for dynamically linking libraries and frameworks.
class Handle
A handle.
case library
case symbol
init(name: String, rawHandle: UnsafeMutableRawPointer, type: HandleType)
Creates a new handle.
let name: String
The name of the handle.
let rawHandle: UnsafeMutableRawPointer
The raw handle.
let type: HandleType
The type of the handle.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.