Function
namespacedAliasCode(for:prefix:indentation:)
Namespaced typealias code representation for a given data type
func namespacedAliasCode(for dataType: GIR.Datatype, prefix: String, indentation indent: String) -> String
Parameters
dataType-
The data type that represents a typealias
prefix-
A prefix to use for the public typealias
indent-
The indentation string to use
Return Value
The Swift code representing the type alias