17 Std library types

std 라이브러리들이 제공하는 많은 독자 타입은 드라마틱하게 기본형들을 확장했다. 이들에 포함되는 것들:

  • 확장 가능한 String: "hello world"
  • 확장 가능한 vectors: [1, 2, 3]
  • 선택적 타입: Option<i32>
  • 에러 핸들 타입: Result<i32, i32>
  • 힙 할당용 포인터: Box<i32>

See also:

primitives and the std library

results matching ""

    No results matching ""