You can specify just the first member:
    
    
    const LOOKUP_TABLE: array[4, byte] = [byte(1), 2, 3, 4]
    
    
    Run

Reply via email to