struct StringView

Defined in:

string_view.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(buffer : Pointer(UInt8), start : Int32, size : Int32) #

[View source]

Instance Method Detail

def [](index) : Char #

[View source]
def to_s(io : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


[View source]