analyzeDestructor

Analyze the node for actionable data.

  1. struct DestructorResult
  2. auto analyzeDestructor(const(Destructor) v, Container container, uint indent)
    @safe
    analyzeDestructor
    (
    const(Destructor) v
    ,
    ref Container container
    ,
    in uint indent
    )

Parameters

v const(Destructor)

node

container Container

container to store the type in

indent uint

to use when logging

Return Value

Type: auto

analyzed data.

Meta