making map assertions less confusing
This commit is contained in:
@@ -15,6 +15,7 @@ const (
|
||||
__int__ int = -1
|
||||
__byte__ byte = 255
|
||||
__bool__ bool = false // ugh
|
||||
__boolean__ bool = true // oh well
|
||||
__float32__ float32 = -1.0
|
||||
__delete_me__ bool = false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user