CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 17 days agoUnexpected Spanish Inquisitionprogramming.devimagemessage-square5linkfedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageUnexpected Spanish Inquisitionprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 17 days agomessage-square5linkfedilink
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up1·17 days agomake([] [] byte, 0) Does this make a double nested byte array of size 0? As in, every element is made up of two iterators (adjacent cell, and then the nested cell), but the first element doesnt exist yet?
make([] [] byte, 0)Does this make a double nested byte array of size 0?
As in, every element is made up of two iterators (adjacent cell, and then the nested cell), but the first element doesnt exist yet?