Searched refs:_FROM_BYTES (Results 1 – 1 of 1) sorted by relevance
1320 const _FROM_BYTES: U16 = U16::from_bytes([0, 1]); in test_const_methods() constant1321 const _BYTES: [u8; 2] = _FROM_BYTES.to_bytes(); in test_const_methods()