Const
This is a more efficient version of getPosition.map(t => t[0]). Maybe you just want to track the line number for some reason? This lets you do that.
getPosition.map(t => t[0])
See getPosition for an explanation of rows and columns.
This is a more efficient version of
getPosition.map(t => t[0])
. Maybe you just want to track the line number for some reason? This lets you do that.See getPosition for an explanation of rows and columns.