Rust Match Expressions and Patterns 🦀

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 19

  • @TrevorSullivan
    @TrevorSullivan  Год назад +2

    Check out the full Rust 🦀 programming playlist! ruclips.net/p/PLDbRgZ0OOEpUkWDGqp91ODn0dk7LPBAUL

  • @simonkalu
    @simonkalu 7 месяцев назад +1

    You're indeed a teacher. Keep moving... You're one of the best out there!

  • @TruongNguyen-ei5go
    @TruongNguyen-ei5go 16 дней назад

    Thank you so much for your informative tutorial

  • @DrSmogler
    @DrSmogler Год назад +1

    Really enjoying this series. Blown away by the quality. I hope you pick up a lot more views and subs.
    I have recommended your playlist to my friends

    • @TrevorSullivan
      @TrevorSullivan  Год назад +1

      Thank you for your support!! I'm glad this series helped you! 🦀

  • @firstname-lastname
    @firstname-lastname Месяц назад

    Excellent explanation, thank you!

  • @pankajsingh7223
    @pankajsingh7223 7 месяцев назад

    i am watching this series from starting really getting more and more

    • @TrevorSullivan
      @TrevorSullivan  7 месяцев назад +1

      Thank you, Pankaj! I hope you learn a lot and enjoy writing Rust! 🦀

  • @saeedhemmati1593
    @saeedhemmati1593 11 месяцев назад +1

    Thanks for your tutorials.I learned a lot things about Rust language

  • @sval4020
    @sval4020 7 месяцев назад +1

    The series is amazing! Keep doing it, man! You are an inspiration and a great teacher! I hope you get much more subs, because you deserve it!

    • @TrevorSullivan
      @TrevorSullivan  7 месяцев назад

      Thank you!! I'm glad you enjoyed this series. I plan on adding more to it, but I don't have a lot of time. 🦀 Enjoy writing Rust code!

  • @peterh6866
    @peterh6866 Месяц назад

    Such a great tutorial

  • @sarmontkemerli9971
    @sarmontkemerli9971 Год назад

    Thanks a lot. I'm learning Rust as a First language and your videos were immensly helpful for me

    • @TrevorSullivan
      @TrevorSullivan  Год назад +1

      I'm glad you're learning Rust! Go forth and build some cool applications! 🦀

  • @timarivobatis1182
    @timarivobatis1182 29 дней назад

    at 21:20 i think the nicer pattern would be to remove the y != 5 arm and just keep the two cases: 1..35 if y==5 and the general case 1..35.

  • @fun-damentals6354
    @fun-damentals6354 5 месяцев назад

    i believe it doesnt give a warning for the 1..=36 because some part of the pattern can still be reached. only 0 and 5 are unreachable

  • @justinhirsh
    @justinhirsh Год назад

    Very helpful!

  • @skull_cyber
    @skull_cyber 7 месяцев назад +1

    Your videos are great but it would be more great if you explain what things do and use some easy than medium than hard examples.

    • @teefus1
      @teefus1 7 месяцев назад

      but this is considered easy..