Skip to main content
array_from_seq
vest_
lib
In vest_
lib::
combinators::
bytes::
spec
vest_lib
::
combinators
::
bytes
::
spec
Function
array_
from_
seq
Copy item path
Source
pub
uninterp spec
fn array_from_seq<const N:
usize
, T>(s: Seq<T>) ->
[T; N]
Expand description
recommends
s.len() == N,