Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
string_view
master
String
StringView
Generated using Crystal 1.14.0
2024-11-26 08:21:46 UTC
struct
StringView
StringView
Struct
Value
Object
Defined in:
string_view.cr
Constructors
.new
(buffer : Pointer(UInt8), start : Int32, size : Int32)
Instance Method Summary
#[]
(index) : Char
#to_s
(io : IO) : Nil
Same as
#inspect(io)
.
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
]