Type Definition bio::utils::TextSlice[][src]

type TextSlice<'a> = &'a [u8];

Type alias for a text slice, i.e. &[u8].