MCPcopy Create free account
hub / github.com/dennisss/dacha / Integer

Interface Integer

pkg/math/src/integer.rs:17–82  ·  view source on GitHub ↗

A number type containing positive or negative integers or zero. Every instance of an Integer has some 'bit width' which defines how many bits are reserved for storing the integer value including padding up to a fixed width if applicable (e.g. u64's always have a fixed width of 64). Keep in mind that operations such as clone/add/multiply retain the same safe for the output buffer. When performin

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

parse_lineMethod · 0.85
size_ofMethod · 0.85
size_ofMethod · 0.85
parse_primary_exprMethod · 0.85
compile_declarationMethod · 0.85
size_ofMethod · 0.85
parseMethod · 0.85
fromMethod · 0.85
delMethod · 0.85
run_command_publishMethod · 0.85
parseMethod · 0.85

Implementers 1

uint.rspkg/math/src/big/uint.rs

Calls

no outgoing calls

Tested by

no test coverage detected