-
Version 4 (RC 5) Pre-Release
released this
2024-09-18 13:39:05 +00:00 | 3 commits to main since this releaseThis is an API bug-fix for rc4, which allows any
IEnumerable<T>(C#) /seq<'T>(F#) to be provided toField.InandField.InArraytransparently. That was the intent of these functions, but their rc4 definitions required existing sequences to have each item cast toobject/obj; this should no longer be required.Downloads