Це відео не доступне.
Перепрошуємо.

Learning Rust Together: Exercism.org Rust Track Part 2 ( Tuples, Vec, Destructuring )

Поділитися
Вставка
  • Опубліковано 29 лис 2021
  • In this video we continue with exercises on the Rust track for exercism.org !
    We cover the tuples, the vec! macro and destructuring

КОМЕНТАРІ • 6

  • @hoangtran-ek8mn
    @hoangtran-ek8mn 2 роки тому +2

    Found your channel is like a treasure :D It’s so fun watching you walkthrough it

    • @TomMcGurl
      @TomMcGurl  2 роки тому +1

      Thanks! Glad you are enjoying it and having fun 😊👍

  • @mangeshdaspute9117
    @mangeshdaspute9117 2 роки тому +1

    a better way to create vector of zeros of size count will be vec![0;count]

  • @johnrm9
    @johnrm9 2 роки тому

    Returning just iter.step_by(2) works for Low-Power Embedded Game in the evens function.

  • @jeromegauthier5957
    @jeromegauthier5957 2 роки тому

    Hi Tom, thanks for your Rust playlists :)
    For this "Learning Rust! Exercism.org Rust Track" playlist, I was wondering why it starts with Part 2 then goes back to Part 1 before going to 3, 4, 5 please? Thanks

    • @TomMcGurl
      @TomMcGurl  2 роки тому

      Ah I probably just have to fix the order. Sorry about that. I'll look into it. Also part 6 will be up tonight