For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
lane_id_uint
lane_id_uint() -> UInt
Returns the lane ID of the current thread within its warp.
See lane_id().
Returns:
UInt: The lane ID (0 to WARP_SIZE-1) of the current thread.