init(data:size:)
Creates a graph structure from the specified opaque graph object.
Declaration
init(data: UnsafeMutableRawPointer?, size: Int)Parameters
- data:
A pointer to opaque graph object.
- size:
The size, in bytes, of the opaque graph object.
Creates a graph structure from the specified opaque graph object.
init(data: UnsafeMutableRawPointer?, size: Int)A pointer to opaque graph object.
The size, in bytes, of the opaque graph object.