Skip to content
  • Nicolas Dufresne's avatar
    array/list: Make gvalue conversion symmetric · d44975a1
    Nicolas Dufresne authored
    This is needed to support matrix. Otherwise, getting
    a matrix would remove the rows envelopess, which would
    make the "cast" fails, since it would not know if the
    internal rows are ValueArray or ValueList. I think reading,
    modifying and setting back the matrix is an important use
    case.
    d44975a1