mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: remove deprecated map{} usages as well as deprecated functions (#11035)
This commit is contained in:
@@ -8,7 +8,7 @@ pub const (
|
||||
float = [13, 14]
|
||||
string = 18
|
||||
time = -2
|
||||
type_idx = map{
|
||||
type_idx = {
|
||||
'i8': 5
|
||||
'i16': 6
|
||||
'int': 7
|
||||
|
Reference in New Issue
Block a user