feat: Add MapPtr func by stepan-tikunov · Pull Request #769 · samber/lo
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 938
Open
stepan-tikunov wants to merge 1 commit intosamber:masterfrom
Open
stepan-tikunov wants to merge 1 commit intosamber:masterfrom
stepan-tikunov wants to merge 1 commit intosamber:masterfrom
Conversation
zaqbez39me reviewed Mar 11, 2026
Copy link Copy Markdown
zaqbez39me
left a comment
zaqbez39me
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my perspective, the pull request is complete.
Want to propose only one style fix
Comment on lines +80 to +82
| result := transform(*x) | ||
|
|
||
| return &result |
Copy link Copy Markdown
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return ToPtr(transform(*x))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment