julia
b43ee622
- Deprecate unused startswith(::Vector{UInt8}, ::Vector{UInt8}) (#27956)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
7 years ago
Deprecate unused startswith(::Vector{UInt8}, ::Vector{UInt8}) (#27956) It's the only startswith/endswith method to be defined for non-strings (it was used to implement the string methods but shouldn't have been exported).
References
#27956 - Deprecate unused startswith(::Vector{UInt8}, ::Vector{UInt8})
Author
nalimilan
Committer
JeffBezanson
Parents
091185fb
Loading