Rust part27 (398レス)
前次1-
抽出解除 レス栞

66: 2024/12/06(金)17:58:05.19 ID:B2jbh63z(2/2) AAS
>>65
自己レス
即興で作って冗長な表記があったため
next()関数はこれで

fn next(&mut self) -> Option<Item<'_, Self>> {
(self.index < self.slice.len()).then(|| {
let nth = &mut self.slice[self.index];
self.index += 1;
nth
})
省1
251: 01/30(木)23:54:08.19 ID:tIaEaP36(2/2) AAS
as_encoded_bytesの話はこれ
外部リンク:github.com
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.857s*