Skip to content

docs: use numeric literals in examples. #391

@akrzemi1

Description

@akrzemi1

Examples in the docs use string-like literals:

"36893488147419103232"_U128

But the library also offers number-like literals which are less disturbing for the casual users:

36893488147419103232_U128

The docs should use these numeric literals instead.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions