heterogeneous-array
Sorting an array based on an attribute that may be nil in some elements
I have an array of objects [<#a star=1val=1>, <#a star=nil val=3> , <#a star=2val=2>][详细]
2023-01-31 00:12 分类:问答-
How to comment out a block of Python code in Vim
I was wondering if there was any key mapping in Vim to allow me to indent certain lines of code (whether those lines have been selected in visual mode, or n lines above/below current cursor position).[详细]
2022-12-25 03:31 分类:问答