| Name | Description |
---|
  | CreateT(T) |
Constructs a new vector with the specified
elements.
|
  | CreateT, K(IDictionaryK, T) |
Creates an indexed vector from a dictionary.
|
  | CreateT(Int32) |
Constructs a new vector with the specified
length.
|
  | CreateT, K(IDictionaryK, T, IListK) |
Creates an indexed vector from a dictionary.
|
  | CreateT(IListT, ArrayMutability) |
Constructs a new vector with the specified
elements.
|
  | CreateT, K(Int32, IndexK) |
Creates an indexed vector of the specified length with the specified index.
|
  | CreateT(T, Boolean, ArrayMutability) |
Constructs a new dense vector with the specified elements.
|
  | CreateT, K(IListT, IListK, ArrayMutability) |
Creates an indexed vector with the specified values and corresponding keys.
|
  | CreateT(Int32, ArraySliceT, ArrayMutability) |
Constructs a new dense vector.
|
  | CreateT(Int32, FuncInt32, T, ArrayMutability) |
Constructs a new dense vector.
|
  | CreateT(Int32, T, Boolean, ArrayMutability) |
Constructs a new dense vector with the specified
elements.
|
  | CreateT(Int32, T, Int32, Int32, ArrayMutability) |
Constructs a new dense vector.
|