constructFixedSizeNode

Allocate (if pointer) and Construct a Node-type of value type NodeType using constructor arguments args of Args.

@trusted pure nothrow @nogc
constructFixedSizeNode
(
NodeType
Args...
)
(
Args args
)
if (
!hasVariableSize!NodeType
)

Meta