[DLang Episode 119] D Language - Classes - part 11 of N - Member Function Attributes (const, etc)

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ธ.ค. 2024

ความคิดเห็น • 7

  • @bsdooby
    @bsdooby 26 วันที่ผ่านมา +2

    Nice stuff; waited for this :)

    • @MikeShah
      @MikeShah  26 วันที่ผ่านมา

      Cheers!

  • @GaryChike
    @GaryChike 25 วันที่ผ่านมา +1

    Just like in life ... sometimes you're "in" and sometimes you're "out"!

    • @MikeShah
      @MikeShah  25 วันที่ผ่านมา +1

      @@GaryChike 😁 that's reality

    • @GaryChike
      @GaryChike 25 วันที่ผ่านมา +1

      @@MikeShah LOL 😂

  • @bsdooby
    @bsdooby 26 วันที่ผ่านมา +2

    I find inout a misleading name/keyword for what it entails (?)

    • @MikeShah
      @MikeShah  26 วันที่ผ่านมา

      Agreed its not super intuitive that it covers 'mutable, immutable, and const' (dlang.org/spec/const3.html). I suppose it makes sense that 'in' implies some sort of constant-ness, and 'out' implies mutability, but I wonder if another keyword could have been used here.