If it is specific to a type, you could define a special unpack method. See the last example in the README.
Otherwise, a feature could be to be able to specify a function to be applied before unpacking. In a sense similar to say sum which allows a function as input which is then applied to each element before summing. Not sure about the syntax though.