Skip to main content

cast_to_fix_length_array

Function cast_to_fix_length_array 

Source
pub fn cast_to_fix_length_array<const N: usize>(message: &str) -> [u16; N]
Expand description

Transform string to [u16] with a fixed size.
Differennt from ygopro, it will keeps 0 for residual part.