analyzeFieldDecl

Analyze the node for actionable data.

@safe
analyzeFieldDecl
(
const(FieldDecl) v
,
ref Container container
,
in uint indent
)

Parameters

v const(FieldDecl)

node

container Container

container to store the type in

indent uint

to use when logging

Return Value

Type: auto

analyzed data.

Meta