On 05/29/2015 06:43 PM, tcak wrote:
I have define an immutable string array:
[code]
immutable string[] placeHolderDefinitionList = [
"",
""
];
[/code]
I need to get index of a string at compile time. So I have written a
function as below:
[code]
public size_t getPlaceholderIndex(stri
I have define an immutable string array:
[code]
immutable string[] placeHolderDefinitionList = [
"",
""
];
[/code]
I need to get index of a string at compile time. So I have
written a function as below:
[code]
public size_t getPlaceholderIndex(string PlaceHolderText)( size_t