What does the [] operator do here?
    Adam D. Ruppe 
    destructionator at gmail.com
       
    Wed Apr  1 19:46:23 UTC 2020
    
    
  
On Wednesday, 1 April 2020 at 19:35:30 UTC, Net wrote:
> from the below code, the expression "case [c]":
That's just an array literal, so the same as like
"" ~ c
    
    
More information about the Digitalmars-d-learn
mailing list