Skip to content

Make constexpr versions of stringification functions #145

@saxbophone

Description

@saxbophone

If a constexpr data structure has an output iterator, we can serialise Nat objects to strings of digits in any base at compile-time.

The existing non-constexpr stringification functions which output to std::string could then rely upon this new function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanupTidying up, refactor and minor API changesenhancementNew feature or requestoptimisation

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions