Documentation Language: Swift

Method

templateName(for:)

Return the name of a templated type correspondingg to a given record

func templateName(for record: GIR.Record) -> String

Parameters

record

A record for which to create a template name

Return Value

A string representing a template type for the given record

Discussion