From 021634c172a03f1870f16dc29005af54679dcbb8 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Tue, 25 Apr 2023 21:20:07 +0900 Subject: [PATCH] alias this for classes has been deprecated see https://github.com/dlang-tour/english/pull/362 --- gems/subtyping.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/gems/subtyping.md b/gems/subtyping.md index 82e8cdf..3028313 100644 --- a/gems/subtyping.md +++ b/gems/subtyping.md @@ -19,8 +19,6 @@ それでいて実行時のメモリの面でゼロ・オーバーヘッドです。 コンパイラは`alias this`メンバにアクセスした時にするべきことをします。 -`alias this`はクラスにも動作します。 - ## {SourceCode} ```d