Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    1a2ebe96
    Array input and output declarations · 1a2ebe96
    Liam Healy authored
    A somewhat comprhensive attempt to make sure :inputs, :outputs, and
    :return arguments in defmfuns match what the function is expecting and
    will return, so that non-native implementations will work correctly
    for copying, and native ones will work correctly for pinning.  The
    :return argument now defaults to :outputs in most circumstances.
    1a2ebe96
    History
    Array input and output declarations
    Liam Healy authored
    A somewhat comprhensive attempt to make sure :inputs, :outputs, and
    :return arguments in defmfuns match what the function is expecting and
    will return, so that non-native implementations will work correctly
    for copying, and native ones will work correctly for pinning.  The
    :return argument now defaults to :outputs in most circumstances.