Don't forget to type bad2 which gives the same result as the good one. Otherwise it only has 7 elements in it.

```d
static immutable ubyte16 bad2 = [1, 2, 3, 4, 5, 6, 7];
```

```
[1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[101, 102, 103, 104, 105, 106, 107, 100, 100, 100, 100, 100, 100, 100, 100, 100]
```
  • core.simd ubyte1... realhet via Digitalmars-d-learn
    • Re: core.si... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
      • Re: cor... realhet via Digitalmars-d-learn
        • Re:... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
          • ... realhet via Digitalmars-d-learn

Reply via email to