Skip to content
  • Liam Healy's avatar
    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