Skip to content

Commit fa98307

Browse files
committed
update readme
1 parent 8427f25 commit fa98307

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ It aims to make allocation-free, specialized Linq queries per your type.
1212
Install from NuGet, both [LinqGen](https://www.nuget.org/packages/LinqGen) as library and [LinqGen.Generator](https://www.nuget.org/packages/LinqGen.Generator) as source generator.
1313

1414
```xml
15-
<PackageReference Include="LinqGen" Version="0.0.3-preview" />
16-
<PackageReference Include="LinqGen.Generator" Version="0.0.3-preview" />
15+
<PackageReference Include="LinqGen" Version="0.0.4-preview" />
16+
<PackageReference Include="LinqGen.Generator" Version="0.0.4-preview" />
1717
```
1818

1919
For Unity, you can install as Unity package.
@@ -111,8 +111,7 @@ public struct Selector : IStructFunction<int, int>
111111
```
112112

113113
### Current limitation with Burst (to-be-fixed)
114-
* Only `NativeArray<T>` is supported for struct enumeration.
115-
* Operations using `ArrayPool` cannot be used.
114+
* Only `NativeArray<T>` and `NativeSlice<T>` is supported for struct enumeration.
116115

117116
## Supported methods (working-in-progress)
118117
### Generations

0 commit comments

Comments
 (0)