symbol_name

Create a Symbol

version(COMPILE)
extern (C) nothrow @safe @trusted
symbol_name
(
const(char)[] name
,,
type* t
)

Parameters

name const(char)[]

name to give the Symbol

Return Value

Type: Symbol*

created Symbol

Meta