We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bump_split
1 parent 4381fa6 commit 3490e15Copy full SHA for 3490e15
src/parse_stream.jl
@@ -738,7 +738,7 @@ example
738
TODO: Are these the only cases? Can we replace this general utility with a
739
simpler one which only splits preceding dots?
740
"""
741
-function bump_split(stream::ParseStream, split_spec...)
+function bump_split(stream::ParseStream, split_spec::Vararg{Any, N}) where {N}
742
tok = stream.lookahead[stream.lookahead_index]
743
stream.lookahead_index += 1
744
b = _next_byte(stream)
0 commit comments