ddnVersion

fnint ddnVersion() nothrow @nogc pure

Returns the library version as a single integer for numeric comparisons.

The encoding uses 3 digits per component: MAJOR * 1_000_000 + MINOR * 1_000 + PATCH.

Returns

Version as integer (e.g., 6_000_000 for v6.0.0).