-
Rust용어] first첫번째 변수를 의미함, rest 첫번째를 뺀 나머지 변수들__split_first_mut() 할 때 나오는 용어코딩Coding/Rust용어 2022. 5. 29. 22:45728x90
Returns the first and all the rest of the elements of the slice, or None if it is empty. first 첫 번째 변수를 의미한 rest 나머지 변수들을 의미함. split_first_mut() 할 때 나옴.
출처 :
split_first_mut 검색하면 됨.
https://doc.rust-lang.org/std/primitive.slice.html
반응형'코딩Coding > Rust용어' 카테고리의 다른 글
pid(Process ID) / tid(Thread ID) (0) 2023.04.14 스텁(stub) (0) 2023.03.06 rust용어]src = source / dest = destination (0) 2022.05.29 Rust용어] Zero Sized Types (ZSTs) (0) 2022.05.29 Rust용어]ABI, Application Binary Interface (ABI) (0) 2022.05.17 coding용어) aggregation (0) 2022.04.05 Rust용어)Type Inference:(타입_추론)Hindley-Milner in Rust-Reddit (0) 2022.02.07 Rust용어)Type annotation (0) 2022.02.04