std::char::decode_utf8

Function std::char::decode_utf8

pub fn decode_utf8<I>(i: I) -> DecodeUtf8<<I as IntoIterator>::IntoIter> where    I: IntoIterator<Item = u8>, 
???? This is a nightly-only experimental API. (decode_utf8 #33906)

Decodes an Iterator of bytes as UTF-8.

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/char/fn.decode_utf8.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部