Odak modu

Rust Fundamentals

Fundamental Types:String & Str and Tuples

Unlike other languages, Rust has 2 different string structures: String & Str

A string is a vector of data type u8 and it shows all vector properties while str is just a string expression. We will explain this in detail in the Slice section.

A tuple is a generic means of putting together a number of items of various kinds into one composite type. Tuples have a defined length: once stated, they cannot expand or diminish in size.

left-disk

Yazılım Kariyerinde İlerlemeni Hızlandıracak Programlar

Patika+ programlarımız ile 4-8 aylık yoğun yazılım kamplarına katıl, temel bilgilerden başlayarak kapsamlı bilgiler edin, yazılım kariyerine başla!

right-cube

Test

Yorumlar

Yorum yapabilmek için derse kayıt olmalısın!