File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ public void Dispose()
42
42
#endregion
43
43
}
44
44
45
- internal sealed unsafe class CoMem < T > : IDisposable where T : unmanaged
45
+ public sealed unsafe class CoMem < T > : IDisposable where T : unmanaged
46
46
{
47
47
public CoMem ( T obj ) => Ptr = NewAlloc ( obj ) ;
48
-
49
48
public CoMem ( T [ ] arr ) => Ptr = AllocFrom ( arr ) ;
50
49
51
50
public T * Ptr ;
Original file line number Diff line number Diff line change 7
7
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8
8
<PackageId >Yotic.Memory.Extensions</PackageId >
9
9
<Title >Memory.Extensions</Title >
10
- <Version >1.1.0 </Version >
10
+ <Version >1.1.1 </Version >
11
11
<Authors >Yotic</Authors >
12
12
<Company ></Company >
13
13
<Description >Memory utils for convenient work with memory, arrays and pointers</Description >
You can’t perform that action at this time.
0 commit comments