mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
switched typeof for oftype, switched typeas for astype
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
|
||||
|
||||
var complex: type = typeas [string: [int]];
|
||||
var deep: type = typeas [[[ int ]]];
|
||||
var complex: type = astype [string: [int]];
|
||||
var deep: type = astype [[[ int ]]];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user