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