Function rustc_middle::mir::interpret::get_slice_bytes [−][src]
pub fn get_slice_bytes<'tcx>(
cx: &impl HasDataLayout,
val: ConstValue<'tcx>
) -> &'tcx [u8]
Expand description
Gets the bytes of a constant slice value.