Skip to content

Commit

Permalink
add more examples to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev committed Jan 14, 2023
1 parent 96baa43 commit 7ad5361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/macros/bitarr_value.md
Original file line number Diff line number Diff line change
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 7ad5361

Please sign in to comment.