-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ユーザー型の宣言機能 #34
Labels
Comments
複数のインターフェースにまたがる実装についても考えたほうが良さそう |
多分この案は採用しない |
Closed
Draft
メソッドを実装する構文implement構文で、その型へのメソッドを実装できる。 インスタンスメソッド最初の引数がthisであればインスタンスメソッドになる。
静的メソッド最初の引数がthisでなければ静的メソッドになる。
|
featurefeatureはインターフェースのような機能。 構文案
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
構想
interface構文
class構文
impl構文
細かい部分
The text was updated successfully, but these errors were encountered: