I want to check whether
Allocator.allocate(1) (for a any Allocator) is @nogc or not? Is https://dlang.org/phobos/std_traits.html#hasFunctionAttributes the way to do it?
Nordlöw via Digitalmars-d-learn Thu, 11 Jan 2018 04:26:26 -0800
I want to check whether
Allocator.allocate(1) (for a any Allocator) is @nogc or not? Is https://dlang.org/phobos/std_traits.html#hasFunctionAttributes the way to do it?