Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

v0 state

Back to all declarations

limit

untyped bigint

limit bounds the sieve shown on the page.

Value

(100 <untyped> bigint)

primes

func() *v0.BitSet

primes returns a bit set of the primes below limit, sieved with the bit set itself as the composite marker.

Open
OID
0f1a56…3167:3
primes details

Inspect func

Render

func(path string) string

Render renders the demo for gnoweb.

Open
OID
0f1a56…3167:5
Render details

Inspect func

row

func(b *strings.Builder, name string, s *v0.BitSet)
Open
OID
0f1a56…3167:6
row details

Inspect func
limit : untyped bigint =(100 <untyped> bigint)
primes : func() *v0.BitSet Inspect
Render : func(path string) string Inspect
row : func(b *strings.Builder, name string, s *v0.BitSet) Inspect
list : func(xs []int) string Inspect
list1 : func(xs []int) string Inspect