On Tuesday, 30 May 2017 at 10:31:24 UTC, Daniel Kozak wrote:
import std.traits : fqn = fullyQualifiedName;

Darnit. I just googled the template and got a result talking about fqn!T. So yeah - this code:

import std.traits;

pragma(msg, fullyQualifiedName!ImVec2);
pragma(msg, fullyQualifiedName!(typeof(CalcTextSize(label.ptr, null, true))));

--
  Biotronic

Reply via email to