Codebase Browser
go
Go to App
go
/
src/internal/bytealg/
lastindexbyte_generic.go
func
LastIndexByte
(
s
[
]
byte
,
c
byte
)
int
{
…
}
func
LastIndexByteString
(
s
string
,
c
byte
)
int
{
…
}