Spectra Assure
Community
Docs

System.Collections.Immutablev9.0.3

latest
Top 100
License: Permissive (MIT)


Published: 3 days ago
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
Pending
Info: Analyzing
Processing in progress, check later.

SAFE Assessment

SAFE Assessment Pending

Issues

No issues found

Behaviors

No behaviors found

Downloads

2.73B
Total Downloads

Maintenance

4
Maintainers

Dependencies

4
Declared Dependencies

Dependents

0
Dependents

Issues per Version Graph

This website uses cookies to ensure the best website experience. By continuing to use this website you are giving your consent to cookies being used. Detailed information about our use of cookies is here.