Skip to content
  • Vivien Kraus's avatar
    [API] Indicate whether an array is const or non-const · fd9172bd
    Vivien Kraus authored
    To write language bindings to tarot, we need to know whether the array
    has been modified by the function call or not.  If it has been
    modified, then it means that it is an output parameter, but since we
    did not change the memory location it is not indicated as an output
    parameter.
    fd9172bd