getComplexLibraryType

Extract complex type from core.stdc.config

getComplexLibraryType
(
const ref Loc loc
,,
TY ty
)

Parameters

loc Loc

for error messages

sc Scope*

context

ty TY

a complex or imaginary type

Return Value

Type: Type

Complex!float, Complex!double, Complex!real or null for error

Meta