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