Skip to content
  • T.J. Corona's avatar
    Add support for bidirectional array transforms. · af32a21b
    T.J. Corona authored
    Array transforms can now be created with an inverse functor, allowing for
    casts back into the native array type. As a result, array transforms with
    both a functor and inverse functor defined can perform read and write
    operations. As an example, ArrayHandleCast now supports this operation. The
    original implementation of ArrayHandleCast (i.e. read only) has been renamed
    'ArrayHandleCastForInput'.
    af32a21b