Function
namespacedAliasSwiftCode(prefixedWith:indentation:)
Swift code representation of a type alias
func namespacedAliasSwiftCode(prefixedWith prefix: String, indentation indent: String) -> (GIR.Datatype) -> String
Parameters
prefix-
The prefix to use for the public typealias
indent-
The indentation string to apply to the generated code
Return Value
The Swift code representing the type alias