Inspecting the map header in Golang

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024
  • When you create a map variable, the variable stores a pointer to a map header struct. The fields of this struct can not be accessed in normal Go programs. This video will cover the procedure to inspect fields of this map header struct.
    Details regarding internals of map data type in Golang was covered in: • Internals of Maps in G...

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

  • @ceron023
    @ceron023 ปีที่แล้ว

    Amazing video! Thanks
    i have one question, is there a way to access to maptype values?