fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Complexity documentation is missing for several datastructures

Open vavans opened this issue 4 years ago • 1 comments

Hi,

The complexity (time and/or space) is missing for all these functions : https://github.com/dotnet/fsharp/blob/129aa5fb902ca7a43f48c53d12d2d6277258f8bb/src/fsharp/FSharp.Core/list.fs#L766-766

in the documentation: https://fsharp.github.io/fsharp-core-docs/reference/fsharp-collections-listmodule.html#insertAt

vavans avatar Nov 07 '21 12:11 vavans

I'll make this a tracking issue for a suggestion to add complexity docs for all FSharp.Core functions

dsyme avatar Apr 20 '22 06:04 dsyme