Data.Parameterized.Vector
: offer function to extract underlying Data.Vector.Vector
#125
Labels
Data.Parameterized.Vector
: offer function to extract underlying Data.Vector.Vector
#125
Currently, there is no way to directly extract the
Data.Vector.Vector
that backs aData.Parameterized.Vector
behind the scenes. The closest thing one can do isData.Vector.fromList . Data.Parameterized.Vector.toList
, but this is not as efficient as it could be.The text was updated successfully, but these errors were encountered: