dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 773 forks source link

Complexity documentation is missing for several datastructures #12354

Open vavans opened 2 years ago

vavans commented 2 years ago

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

dsyme commented 2 years ago

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