|
|
|
|
|
by dleslie
591 days ago
|
|
Except it's not entirely explicit. It allows the type name of the object being constructed to be elided. Per the article, this is the explicit form: var gpa = std.heap.GeneralPurposeAllocator(std.heap.GeneralPurposeAllocatorConfig{}){};
|
|