CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 month agoUnexpected Spanish Inquisitionprogramming.devimagemessage-square6linkfedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageUnexpected Spanish Inquisitionprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 month agomessage-square6linkfedilink
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up1·1 month 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?