mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
[]byte.str2() => bytestr()
This commit is contained in:
parent
94f4dfe85b
commit
200f8dacb7
@ -411,7 +411,7 @@ pub fn (b []byte) clone() []byte {
|
||||
return res
|
||||
}
|
||||
|
||||
pub fn (b []byte) str2() string {
|
||||
pub fn (b []byte) bytestr() string {
|
||||
return bytes2string(b)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user