pancake-llc / system-immutable

This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What

System.Collections.Immutable.7.0.0\lib\netstandard2.0

How To Install Package

Add the lines below to Packages/manifest.json

for version 7.0.0

"com.pancake.immutable": "https://github.com/pancake-llc/system-immutable.git#7.0.0",

and immutable has dependency to system-unsafe

"com.pancake.unsafe": "https://github.com/pancake-llc/system-unsafe.git#6.0.0",

About

This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections

License:MIT License