Pudu programming language
Menu
API reference

Std.Bits.Bits

1 declaration

trait

Bits

This declaration names behavior that types can implement.

What it does

A type whose values are bit patterns.

width comes from the type rather than being assumed. This module used to

say "the low sixty-four positions" while taking an Int, whose width is the

target's; a value now answers for its own. BigInt has no implementation,

because it has no width and every operation here needs one.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.BitsSearch related declarations