1. 30 8月, 2020 1 次提交
  2. 18 8月, 2020 1 次提交
  3. 23 7月, 2020 1 次提交
  4. 07 7月, 2020 1 次提交
  5. 10 6月, 2020 1 次提交
  6. 30 3月, 2020 1 次提交
  7. 02 3月, 2020 1 次提交
  8. 04 2月, 2020 1 次提交
  9. 03 2月, 2020 1 次提交
  10. 21 9月, 2019 1 次提交
  11. 19 9月, 2019 1 次提交
    • M
      Add firstOrDefault helper · 36b66c90
      Matt Bierner 提交于
      Array accesses are not strict null checked. Added a type checked helper for when you just want to get the first element of an array of fallback to a default if the array is empty
      36b66c90
  12. 16 8月, 2019 1 次提交
  13. 14 6月, 2019 1 次提交
  14. 13 6月, 2019 1 次提交
  15. 26 3月, 2019 1 次提交
  16. 21 3月, 2019 1 次提交
  17. 20 3月, 2019 2 次提交
  18. 06 3月, 2019 1 次提交
  19. 06 2月, 2019 1 次提交
  20. 21 1月, 2019 1 次提交
  21. 05 1月, 2019 1 次提交
  22. 04 1月, 2019 2 次提交
  23. 14 12月, 2018 1 次提交
  24. 15 11月, 2018 1 次提交
    • M
      Introduce isNonEmptyArray · 8392c36a
      Matt Bierner 提交于
      This negation of `isFalsyOrEmpty` works better for type guards. After the check, you know that you have an array with at least one element
      8392c36a
  25. 08 11月, 2018 1 次提交
  26. 26 10月, 2018 1 次提交
  27. 19 10月, 2018 1 次提交
  28. 17 10月, 2018 1 次提交
    • M
      Split coalesce into inplace and copy version · 3d0558ef
      Matt Bierner 提交于
      Using an overload makes the code more complex and prevents  patterns such as `.then(coalesce)` or `.map(coalesce)`. It also makes it clear which code paths are actually being most used in our code
      3d0558ef
  29. 12 10月, 2018 1 次提交
  30. 11 10月, 2018 1 次提交
  31. 03 10月, 2018 1 次提交
  32. 11 9月, 2018 1 次提交
  33. 08 9月, 2018 1 次提交
  34. 22 8月, 2018 1 次提交
  35. 15 8月, 2018 1 次提交
  36. 26 7月, 2018 1 次提交
  37. 17 7月, 2018 1 次提交
  38. 06 7月, 2018 1 次提交