Helper template to be used instead of plain types in function parameter
list when one will need to be const-qualified in D2 world - usually this is
necessary if function needs to handle string literals.
This should be used instead of istring/cstring aliases in generic array
processing functions as opposed to string-specific code.
Helper template to be used instead of plain types in function parameter list when one will need to be const-qualified in D2 world - usually this is necessary if function needs to handle string literals.
This should be used instead of istring/cstring aliases in generic array processing functions as opposed to string-specific code.