LLVMConstRealOfString

Obtain a constant for a floating point value parsed from a string.

A similar API, LLVMConstRealOfStringAndSize is also available. It should be used if the input string's length is known.

extern (C) nothrow
LLVMConstRealOfString
(,
const(char)* Text
)

Meta