mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-08 04:20:56 +01:00
Specifiy subtyping algorithm
This commit is contained in:
parent
d1f56c3af7
commit
2dc4873064
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ The [`type`](./user-defined-type-functions.md#type-instance) will gain a new met
|
|||
type:issubtypeof(arg: type): boolean
|
||||
```
|
||||
|
||||
This method will return a boolean indicating if the type is a subtype of `arg`.
|
||||
This method will return a boolean indicating if the type is a subtype of `arg`, using luau's existing subtyping algorithm.
|
||||
|
||||
## Drawbacks
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue