foundation v0.0.16 Release Notes

    • Re-organize type sized structure and add UVect and Vect
    • Cleanup constraint in ListN, and add couple of combinators
    • ➕ Add ExceptT
    • ➕ Add some exception combinators (try,finally) that works with foundation classes.
    • Tidy mutable algorithm for sorting removing redundant code
    • ➕ Add primitive to convert Double/Float to Word64/Word32
    • Cleanup withPtr / getAddr code to be safer