Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit434ebf0

Browse files
forkiKevinRansom
authored andcommitted
Make distinct ;-) (dotnet#2222)
1 parent68cb422 commit434ebf0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/absil/ilread.fs‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,9 +1505,7 @@ let dataEndPoints ctxtH =
15051505
@(if ctxt.strongnameAddr=0x0then[]else[("managed strongname",ctxt.strongnameAddr)])
15061506
@(if ctxt.vtableFixupsAddr=0x0then[]else[("managed vtable_fixups",ctxt.vtableFixupsAddr)])
15071507
@ methodRVAs)))
1508-
// Make distinct
1509-
|> Set.ofList
1510-
|> Set.toList
1508+
|> List.distinct
15111509
|> List.sort
15121510

15131511

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp