public init(currentOffset : Int, structure : XyoIterableStructure, isTyped : Bool) {
            self.structure = structure
            self.currentOffset = currentOffset
            self.isTyped = isTyped
        }