class RubyLsp::Document::Utf32Scanner

def initialize(source)

: (String) -> void
def initialize(source)
  super()
  @codepoints = source.codepoints #: Array[Integer]
end