Searched defs:SLICE_B (Results 1 – 2 of 2) sorted by relevance
103 const SLICE_B: &[u8] = b"def"; in two_const_slices_concatenates_correctly() constant111 const SLICE_B: &[u8] = b"def"; in three_const_slices_concatenates_correctly() constant120 const SLICE_B: &[u8] = b"def"; in empty_first_const_slice_concatenates_correctly() constant129 const SLICE_B: &[u8] = b""; in empty_middle_const_slice_concatenates_correctly() constant138 const SLICE_B: &[u8] = b"def"; in empty_last_const_slice_concatenates_correctly() constant
216 SLICE_B = 1, enumerator