We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a00f1 commit a7d7169Copy full SHA for a7d7169
docs/ops.markdown
@@ -1176,14 +1176,18 @@ where the attribute was declared in type `$typeobj`. The notes in the
1176
## can
1177
* `can(Any $obj, str $method)`
1178
1179
-If the object has a method of the given name, return it. Otherwise,
1180
-throw an exception.
+If the object has a method of the given name, return 1. Otherwise, return 0.
1181
1182
## clone
1183
* `clone(Any $obj)`
1184
1185
Return a clone of the passed in object.
1186
+## create
1187
+* `create(Mu $typeobj)`
1188
+
1189
+Returns a newly allocated instance of type `$typeobj`.
1190
1191
## eqaddr
1192
* `eqaddr(Any $l, Any $r)`
1193
0 commit comments