Skip to content

Instantly share code, notes, and snippets.

@rktjmp
Created November 13, 2023 10:43
Show Gist options
  • Save rktjmp/9c04adc5b62c813ced7d2a0d29715bb5 to your computer and use it in GitHub Desktop.
Save rktjmp/9c04adc5b62c813ced7d2a0d29715bb5 to your computer and use it in GitHub Desktop.
local function get_range(buf, start, stop)
assert(buf, "get-range missing buf arg")
assert(start, "get-range missing start arg")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment