makeFixedSizeNodeValue

Construct a Node-type of value type NodeType using constructor arguments args of Args.

pure nothrow
makeFixedSizeNodeValue
(
NodeType
Args...
)
(
Args args
)
if (
!hasVariableSize!NodeType &&
!isPointer!NodeType
)

Meta