Skip to content

Commit

Permalink
Merge pull request #210 from LuckyTurtleDev/patch-1
Browse files Browse the repository at this point in the history
add more examples to bitarr!
  • Loading branch information
myrrlyn committed Apr 12, 2023
2 parents 3385e8b + 7ad5361 commit 86e594a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/macros/bitarr_value.md
Expand Up @@ -54,6 +54,7 @@ assert_eq!(b.len(), mem::size_of::<usize>() * 8);
let c = bitarr![u16, Lsb0; 0, 1, 0, 0, 1];
let d = bitarr![Cell<u16>, Msb0; 1; 10];
const E: BitArray<[u32; 1], LocalBits> = bitarr![u32, LocalBits; 1; 15];
const T: BitArray<[usize; 1], LocalBits> = bitarr![const 0,0,1,0,1,0];
let f = bitarr![RadiumU32, Msb0; 1; 20];
```

Expand Down

0 comments on commit 86e594a

Please sign in to comment.