makeFixedSizeNodePointer

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

@trusted pure nothrow
makeFixedSizeNodePointer
(
NodeType
A
Args...
)
(
auto ref A alloc
,
Args args
)
if (
isAllocator!A &&
!hasVariableSize!NodeType
&&
!isPointer!NodeType
)

Meta