[][src]Function sbrain::tape_to_string

pub fn tape_to_string<'a>(tape: &'a [MData]) -> Cow<'a, str>

Convert a tape of MData cells into Unicode chars. Invalid chars are excluded, which could have some unintended side effects for genesis based on string comparisons.