Function std::int::generated::to_str_bytes

pub fn to_str_bytes<U>(n: int, radix: uint, f: &fn(v: &[u8]) -> U) -> U

Convert to a string as a byte slice in a given base.