TODO's.
(Some items were done and have PR's assigned to them, but after some major merges, they need to be done again)
[ ] Merge LibraryExpressionBuillder with ExpressionBuilder
[ ] Pick more meaningful names for LibrarySet-, Library- and ExpressionBuilder. The term Expression is very overloaded, should perhaps refer to Definitions instead, since that is what is being build See PR comment
TODO's. (Some items were done and have PR's assigned to them, but after some major merges, they need to be done again)
LibraryExpressionBuillder
withExpressionBuilder
LibrarySet
-,Library
- andExpressionBuilder
. The termExpression
is very overloaded, should perhaps refer to Definitions instead, since that is what is being build See PR commentList<int> list = [];
,int[] arr = [1];
[]
overTypes.Empty
orArray.Empty<T>()
etc.new string([..charList])
overnew string(charList.ToArray())
[..arr1, ..arr2]
overarr1.Concat(arr2).ToArray()