import std.conv: to; import konnexengine.product.blueprint: Product; auto p = Product("Test Product 1"); auto product = create!Product(p); logInfo(product.to!string);
See Implementation