I have an array of bytes and I need to find out what range (startindex and endindex) a byte is or if it only has startindex
ex:
var Faixa1:Array<UInt16> = [2,4,6,8,10,11,12]
var Faixa2:Array<UInt16> = [1,2]
var Valor1:UInt16 =...
asked by
23.10.2018 / 21:19