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
inout
void
getParts
(
OR
)
(,
ref OR app
,
ref HashSet!size_t visited
,
bool onlyOne = false
)
if (
isOutputRange!(OR, DSymbol*)
)

Meta