• v4-rc5 740767661c

    Version 4 (RC 5) Pre-Release

    danieljsummers released this 2024-09-18 13:39:05 +00:00 | 0 commits to main since this release

    This is an API bug-fix for rc4, which allows any IEnumerable<T> (C#) / seq<'T> (F#) to be provided to Field.In and Field.InArray transparently. That was the intent of these functions, but their rc4 definitions required existing sequences to have each item cast to object/obj; this should no longer be required.

    Downloads