Odak modu
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.
Yorum yapabilmek için derse kayıt olmalısın!