List Question
20 TechQA 2023-12-28T19:44:17.797000Immutable dictionary property initialization in C#
57 views
Asked by Peter L
How to cast ImmutableArray<DerivedClass> to ImmutablyArray<BaseClass> and vice versa in C#?
76 views
Asked by DomenPigeon
java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.builder()Lcom/google/common/collect/ImmutableSet$Builder
57 views
Asked by Linidu Praneeth Gunathilaka
Why isn't there an IImmutableArray<T> interface in the .NET Framework?
193 views
Asked by Eric Cartman
What is the difference between ImmutableArray<T>.As<TOther> and ImmutableArray<T>.CastArray<TOther> methods?
121 views
Asked by Enrico Massone
Guava - Collect values extracted from two Optionals into an ImmutableSet
243 views
Asked by Punter Vicky
Differences between ways of creating ImmutableList
820 views
Asked by M.Jaskuski
Implement Iterable in an immutable LinkedList in Kotlin
178 views
Asked by MLeiria
implementing immutable stack in python
57 views
Asked by Todd
How to solve error "scala.collection.mutable.WrappedArray$ofRef cannot be cast to [Ljava.lang.String" for unwrapping map in UDF
558 views
Asked by DateEngineer
Supporting collection initialization syntax for immutable collections - init modifiers for methods?
360 views
Asked by Dmitry Kotleev
Immutable vs Concurrent Collections
460 views
Asked by helpME1986
Adding items to an ImmutableList<T> inside an ImmutableDictionary<TKey, TValue>
1.1k views
Asked by jscarle
ImmutableArray how to use properly
1.4k views
Asked by Imp
Why do we pass a reference of collection (or any object) when intializing itself? Please check the code below
47 views
Asked by Pankaj Verma
Enumerate ImmutableSortedSet from an index
186 views
Asked by Andreas Zita
Constructing immutable dictionary with inner immutable dictionary
1.6k views
Asked by morleyc
Less expensive way of converting a double[] to an immutable list
273 views
Asked by fatimahfatcakes
Is it possible to use Immutable.Collections on C# Interactive?
700 views
Asked by Richard Pawson
C# Immutable counter for multiple fields
232 views
Asked by morleyc