-
Hi!
In the documentation fields, there's an undesired leading space for every line.
Here's an example, from the package interface of the `gleam_stdlib` right now (`append` function here):
```…
-
### Background and motivation
Now `BitArray` usage is not fancy in many areas:
- sieves (like special cases of sieve of Eratosthenes, sieve of Atkin and others).
- large bit masks in highload a…
-
We can wait for the `generic_const_exprs` feature to stabilize to simplify const generics.
This is what we can do with the `generic_const_exprs` feature
```
pub struct Arena {
buckets: Arcs
…
-
I get his error running hblink3
```
Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/twisted/python/log.py", line 80, in callWithContext
ret…
-
### Background and motivation
Hello,
The System.Collection.BitArray has a constructor that accepts an array of boolean, byte or int.
As we now have `ReadOnlySpan`, `ReadOnlySpan` and `ReadOnlyS…
-
I write here because the original bitarray is dead ()
I know that is outside the spec but is a strange behaviour
```
In : bitarray([True, False])
Out: bitarray('10')
In : bitarray('1') + bita…
ghost updated
7 years ago
-
### Description
When filling in a bitarray using the `randfill()` function, it fails to fill it in properly. Detected via the `-fsanitize=address` flag during runtime. No buffer overflow error is e…
-
I am unhappy with the fact that we have bit operations and cast to 32bit or so on number types.
In the presence of arbitrary length integers, these operations are problematic.
On the one hand, the…
smarr updated
5 years ago
-
## bearophile_hugs reported this on 2013-06-02T05:08:32Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=10238
### Description
````markdown
Split from Issue 4124.
I suggest to add som…
-
## bearophile_hugs reported this on 2012-02-12T11:59:28Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=7488
### CC List
* andrei (andralex)
* lovelydear
### Description
````markdow…