[−][src]Macro core::uninit_array
Creates an array of MaybeUninit
.
This macro constructs an uninitialized array of the type [MaybeUninit<K>; N]
.
It exists solely because bootstrap does not yet support const array-init expressions.
Creates an array of MaybeUninit
.
This macro constructs an uninitialized array of the type [MaybeUninit<K>; N]
.
It exists solely because bootstrap does not yet support const array-init expressions.