Skip to content

Commit 5aeee29

Browse files
committed
Add unresolved question: power-of-two vector length
1 parent 3b7b1d4 commit 5aeee29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/src/representation/vectors.md

+2
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ unsafe {
8787

8888
* Should unions containing a vector type and any number of ZSTs also be vector
8989
types? For example, should `MaybeUninit<Vector<T, N>>` also be a vector type?
90+
91+
* Should we guarantee that `N` is a power-of-two ?

0 commit comments

Comments
 (0)