DSymbol.getParts

Gets all parts and imported parts. Filters based on the part's name if the name argument is not null. Stores results in app.

struct DSymbol
void
getParts
inout
(
OR
)
(
istring name
,
ref OR app
,
ref HashSet!size_t visited
,
bool onlyOne = false
)
if (
isOutputRange!(OR, DSymbol*)
)

Meta