Example #1
0
 public static string StoreArrayElement(string array, string index, string value, bool useArrayBoundsCheck) =>
 $"({array})->{Naming.ForArrayItemSetter(useArrayBoundsCheck)}(static_cast<{Naming.ForArrayIndexType()}>({index}), {value})";