-
```
:
```
and
```
(:)
```
and
```
()
```
Should be supported.
All above expressions should be equivalent to either:
```
(1: 1 1)
```
or
```
(1: 0 0)
```
or
```
(0: 0 0)
```
F…
-
![image](https://user-images.githubusercontent.com/1431904/95610486-14b23800-0a69-11eb-8810-628e8083671f.png)
-
This branch will no longer exist:
https://github.com/linksplatform/Data/blob/a670e099bc97170a317f96ce1015283d2d0b127b/csharp/Platform.Data/Hybrid.cs#L145-L150
No ExternalZero constant anymore:
http…
-
https://github.com/linksplatform/Memory/blob/1dd28922798abf85cbf535a5367395d399b5ec1d/cpp/Platform.Memory/ArrayMemory.h#L4
![9519D724-7DAB-4E4F-9B4D-20B2EB432D38](https://user-images.githubuserconten…
-
https://github.com/linksplatform/Collections/blob/9fdbd272869ca4debb5da301e9e519ff1ccd51e9/csharp/Platform.Collections/Arrays/GenericArrayExtensions.cs#L47
If index < 0 then throwed `IndexOutOfRangeE…
-
https://github.com/linksplatform/Ranges/blob/a87c09bf27af75c4973b5333ac48b8ac8e5d83df/cpp/Platform.Ranges/Range%5BT%5D.h#L75-L76
```c++
template
Range(T...) -> Range
```
-
https://github.com/linksplatform/Collections/blob/f35bae25931f847748a65f8ed050ae5b8027a409/csharp/Platform.Collections/Arrays/ArrayString.cs#L8
https://docs.microsoft.com/en-us/dotnet/api/system.ar…
-
```C#
(1L, long.MaxValue)
```
Should be replaced with:
```C#
Range.PositiveInt64
```
And used here:
https://github.com/linksplatform/Data.Doublets/blob/5c773e28fb9e0d16b6a611186442bba7f47bf13…
-
https://github.com/linksplatform/Collections/blob/ba3028128180745b384a93a34d77add82b82a16c/csharp/Platform.Collections/Trees/Node.cs#L82
```CS
[MethodImpl(MethodImplOptions.AggressiveInlining)]
p…
-
At the moment `Doublets` trait use [`Links`](https://github.com/linksplatform/doublets-rs/blob/main/doublets/src/data/traits.rs#L16-L64) trait. This is due to the fact that for a long time `data::Link…